doc:proxy api

This commit is contained in:
aries_ckt 2023-10-26 11:28:58 +08:00
parent 8698f07cd3
commit 031848c458
2 changed files with 6 additions and 4 deletions

View File

@ -24,6 +24,7 @@ PROXY_SERVER_URL=https://api.openai.com/v1/chat/completions
#Azure #Azure
LLM_MODEL=chatgpt_proxyllm LLM_MODEL=chatgpt_proxyllm
OPENAI_API_TYPE=azure
PROXY_API_KEY={your-openai-sk} PROXY_API_KEY={your-openai-sk}
PROXY_SERVER_URL=https://xx.openai.azure.com/v1/chat/completions PROXY_SERVER_URL=https://xx.openai.azure.com/v1/chat/completions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: DB-GPT 👏👏 0.4.0\n" "Project-Id-Version: DB-GPT 👏👏 0.4.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 00:03+0800\n" "POT-Creation-Date: 2023-10-26 11:26+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_CN\n" "Language: zh_CN\n"
@ -66,7 +66,8 @@ msgstr "百川API"
#: ../../getting_started/install/llm/proxyllm/proxyllm.md:13 #: ../../getting_started/install/llm/proxyllm/proxyllm.md:13
#: aba2dcc36b854b6193ababca772e1cf0 #: aba2dcc36b854b6193ababca772e1cf0
msgid "bard" #, fuzzy
msgid "Bard"
msgstr "bard API" msgstr "bard API"
#: ../../getting_started/install/llm/proxyllm/proxyllm.md:17 #: ../../getting_started/install/llm/proxyllm/proxyllm.md:17
@ -81,12 +82,12 @@ msgstr "如何集成这些LLM rest API呢"
msgid "update your `.env` file" msgid "update your `.env` file"
msgstr "更新`.env`配置文件" msgstr "更新`.env`配置文件"
#: ../../getting_started/install/llm/proxyllm/proxyllm.md:62 #: ../../getting_started/install/llm/proxyllm/proxyllm.md:63
#: f602876d957446fd8056854b6b2121a1 #: f602876d957446fd8056854b6b2121a1
msgid "Make sure your .env configuration is not overwritten" msgid "Make sure your .env configuration is not overwritten"
msgstr "确保文件配置不会被覆盖" msgstr "确保文件配置不会被覆盖"
#: ../../getting_started/install/llm/proxyllm/proxyllm.md:65 #: ../../getting_started/install/llm/proxyllm/proxyllm.md:66
#: 51cb501d1500440981b3b93f01ff36f4 #: 51cb501d1500440981b3b93f01ff36f4
msgid "How to Integrate Embedding rest API, like OpenAI, Azure api service?" msgid "How to Integrate Embedding rest API, like OpenAI, Azure api service?"
msgstr "如何集成想OpenAI Embedding rest api" msgstr "如何集成想OpenAI Embedding rest api"