fix file mode param

This commit is contained in:
Archeb
2024-05-14 11:50:46 +08:00
parent f3729abefc
commit 0441b8bb89
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,3 +3,4 @@ package-lock.json
.vscode .vscode
config config
test.js test.js
config.js
+1 -1
View File
@@ -166,7 +166,7 @@ app.post("/v1/messages", apiKeyAuth, (req, res) => {
chatId: traceId, chatId: traceId,
traceId: `${traceId}|${msgid}|${new Date().toISOString()}`, traceId: `${traceId}|${msgid}|${new Date().toISOString()}`,
conversationTurnId: msgid, conversationTurnId: msgid,
selectedAIModel: "claude_3_opus", selectedAiModel: "claude_3_opus",
selectedChatMode: "custom", selectedChatMode: "custom",
pastChatLength: userMessage.length, pastChatLength: userMessage.length,
queryTraceId: traceId, queryTraceId: traceId,