Langchain-Chatchat/server
imClumsyPanda c8a75ab11f update llm_api.py and webui.py 2023-08-01 14:33:18 +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 split api_start to create_app & run_api. user can run api with uvicorn in console: uvicorn server.api:app --port 7861 2023-07-31 10:05:19 +08:00
llm_api.py update llm_api.py and webui.py 2023-08-01 14:33:18 +08:00
utils.py v0.2.0 first commit 2023-07-27 23:22:07 +08:00