first commit
This commit is contained in:
@@ -17,17 +17,9 @@ const {
|
||||
tabIndex
|
||||
} = storeToRefs(useTabStore())
|
||||
|
||||
|
||||
// const API_KEY = 'sk-Go5P3ztUx30inaZCsWHQje7SjUxbGjD6znDO6xUJNCDB5jNu' // 美团团
|
||||
// const API_KEY = 'sk-OPl2umaMSEp7QrwK5e13Fd5f9d86471788A3E2590f439f18' // aihubmix
|
||||
// const API_KEY = 'sk-54463246c08f40ecb3baec28bc9a78b4' // 千问
|
||||
const API_KEY = 'sk-b65f99c1b2ab416aaf340891cf4ca308' // ds
|
||||
|
||||
const AI_URL = 'https://api.deepseek.com/chat/completions'
|
||||
// const AI_URL = 'https://max.openai365.top/v1/chat/completions'
|
||||
// const AI_URL = 'https://aihubmix.com/v1/chat/completions'
|
||||
// const AI_MODEL = 'gemini-3-pro-preview'
|
||||
// const AI_URL = 'https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions'
|
||||
const AI_MODEL = 'deepseek-chat'
|
||||
|
||||
const errMessage = {
|
||||
|
||||
Reference in New Issue
Block a user