This website requires JavaScript.
Explore
Help
Register
Sign In
weiweiw
/
Langchain-Chatchat
Watch
1
Star
0
Fork
You've already forked Langchain-Chatchat
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
179c2a9a92
Langchain-Chatchat
/
server
History
liunux4odoo
179c2a9a92
修改server.chat.openai_chat中的参数定义,使其与openai中/v1/chat/completions接口的入参保持一致,并按照model_config提供默认值。
...
openai_chat中的接口还要修改:openai根据参数stream有不同的返回值,本接口要与其对应。
2023-07-30 08:56:49 +08:00
..
chat
修改server.chat.openai_chat中的参数定义,使其与openai中/v1/chat/completions接口的入参保持一致,并按照model_config提供默认值。
2023-07-30 08:56:49 +08:00
knowledge_base
v0.2.0 first commit
2023-07-27 23:22:07 +08:00
api.py
make api.py import model_config coreectlly
2023-07-29 23:00:50 +08:00
llm_api.py
fix: model_worker need global variable: args
2023-07-29 23:22:25 +08:00
utils.py
v0.2.0 first commit
2023-07-27 23:22:07 +08:00