mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 08:46:02 +00:00
refactor: 命令基本完成
This commit is contained in:
@@ -102,7 +102,7 @@ class OpenAIChatCompletion(api.LLMAPIRequester):
|
||||
m.dict(exclude_none=True) for m in conversation.prompt.messages
|
||||
] + [m.dict(exclude_none=True) for m in conversation.messages]
|
||||
|
||||
req_messages.append({"role": "user", "content": str(query.message_chain)})
|
||||
# req_messages.append({"role": "user", "content": str(query.message_chain)})
|
||||
|
||||
msg = await self._closure(req_messages, conversation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user