chore: update audio docs link
This commit is contained in:
@@ -9,5 +9,5 @@ const externalLinks = {
|
||||
export default externalLinks;
|
||||
|
||||
export const externalRefer = {
|
||||
audioPermission: `${externalLinks.documentation}latest/user-guide/playground/#audio-speech-to-text`
|
||||
audioPermission: `${externalLinks.documentation}latest/user-guide/playground/audio/#provide-audio-file`
|
||||
};
|
||||
|
||||
@@ -2,6 +2,13 @@ import { StatusMaps } from '@/config';
|
||||
import { EditOutlined } from '@ant-design/icons';
|
||||
|
||||
export const ollamaModelOptions = [
|
||||
{
|
||||
label: 'qwq',
|
||||
value: 'qwq',
|
||||
name: 'qwq',
|
||||
id: 'qwq',
|
||||
tags: []
|
||||
},
|
||||
{
|
||||
label: 'qwen2.5-coder',
|
||||
value: 'qwen2.5-coder',
|
||||
|
||||
Reference in New Issue
Block a user