From 4d4aabd8f7ef9b997abe4a64649de9ca5c198df7 Mon Sep 17 00:00:00 2001 From: imClumsyPanda Date: Sat, 12 Aug 2023 16:24:11 +0800 Subject: [PATCH] update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ae860ee..416c86b 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,8 @@ 以上模型支持列表可能随 [FastChat](https://github.com/lm-sys/FastChat) 更新而持续更新,可参考 [FastChat 已支持模型列表](https://github.com/lm-sys/FastChat/blob/main/docs/model_support.md)。 +除本地模型外,本项目也支持直接接入 OpenAI API,具体设置可参考 `configs/model_configs.py.example` 中的 `llm_model_dict` 的 `openai-chatgpt-3.5` 配置信息。 + ### Embedding 模型支持 本项目支持调用 [HuggingFace](https://huggingface.co/models?pipeline_tag=sentence-similarity) 中的 Embedding 模型,已支持的 Embedding 模型如下: