Langchain-Chatchat/server/chat
liunux4odoo 179c2a9a92 修改server.chat.openai_chat中的参数定义,使其与openai中/v1/chat/completions接口的入参保持一致,并按照model_config提供默认值。
openai_chat中的接口还要修改:openai根据参数stream有不同的返回值,本接口要与其对应。
2023-07-30 08:56:49 +08:00
..
__init__.py v0.2.0 first commit 2023-07-27 23:22:07 +08:00
bing_chat.py v0.2.0 first commit 2023-07-27 23:22:07 +08:00
chat.py v0.2.0 first commit 2023-07-27 23:22:07 +08:00
knowledge_base_chat.py v0.2.0 first commit 2023-07-27 23:22:07 +08:00
openai_chat.py 修改server.chat.openai_chat中的参数定义,使其与openai中/v1/chat/completions接口的入参保持一致,并按照model_config提供默认值。 2023-07-30 08:56:49 +08:00
utils.py v0.2.0 first commit 2023-07-27 23:22:07 +08:00