We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb663db commit 298dd7fCopy full SHA for 298dd7f
1 file changed
src/components/assistant/util.ts
@@ -48,8 +48,6 @@ export const defaultApiOptions: ChatApiOptions = {
48
// 服务器API路径
49
const SERVER_MODEL_API_URL = '/bizyair/model/chat'
50
51
-// context_API_KEY
52
-export const API_KEY = 'sk-bZ9JbKE7NKFql9y2ZVI7tezgezJOY1eAx6q1k0fovPUlkawK'
53
/**
54
* 构建聊天请求体
55
* @param messages 消息数组
0 commit comments