fix file mode param
This commit is contained in:
@@ -3,3 +3,4 @@ package-lock.json
|
|||||||
.vscode
|
.vscode
|
||||||
config
|
config
|
||||||
test.js
|
test.js
|
||||||
|
config.js
|
||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user