Skip to content

Commit

Permalink
feat(copilot): deepseek support
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Sep 24, 2024
1 parent daf7ded commit e35838b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/views/settings/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,10 @@ export default class Settings extends Vue {
value: 'Moonshot',
children: [{ value: 'moonshot-v1-8k' }, { value: 'moonshot-v1-32k' }, { value: 'moonshot-v1-128k' }],
},
{
value: 'DeepSeek',
children: [{ value: 'deepseek-chat' }, { value: 'deepseek-coder' }],
},
]
private AIAPIHostOptions = [
{
Expand All @@ -513,6 +517,9 @@ export default class Settings extends Vue {
{
value: 'https://api.moonshot.cn/v1',
},
{
value: 'https://api.deepseek.com/v1',
},
]
private showImportData = false
private showExportData = false
Expand Down

0 comments on commit e35838b

Please sign in to comment.