Skip to content

Commit e92c65f

Browse files
committed
chore: update doc agent api-key
1 parent 52876c2 commit e92c65f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/javascripts/doc-agent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import DOMPurify from 'https://esm.sh/dompurify@3.2.6';
44

55
const OPENAI_CONFIG = {
66
baseURL: 'https://aihub.arcsysu.cn/v1',
7-
apiKey: 'sk-lDc9yRMvfPzpxXKuuXB2LA',
8-
model: 'deepseek-chat',
7+
apiKey: 'sk-9XaSTHxAgF-KryeGsCUqMQ',
8+
model: 'glm-5',
99
};
1010
const MAX_HISTORY_TURNS = 6;
1111
const MAX_CONTEXT_DOCS = 6;

0 commit comments

Comments
 (0)