diff --git a/.gitignore b/.gitignore index 64c2e2d..106b688 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules package-lock.json .vscode config -test.js \ No newline at end of file +test.js +config.js \ No newline at end of file diff --git a/index.js b/index.js index 21db641..5be21e3 100644 --- a/index.js +++ b/index.js @@ -166,7 +166,7 @@ app.post("/v1/messages", apiKeyAuth, (req, res) => { chatId: traceId, traceId: `${traceId}|${msgid}|${new Date().toISOString()}`, conversationTurnId: msgid, - selectedAIModel: "claude_3_opus", + selectedAiModel: "claude_3_opus", selectedChatMode: "custom", pastChatLength: userMessage.length, queryTraceId: traceId,