allow personal docx api access

这个提交包含在:
binary-husky
2024-04-29 23:53:41 +08:00
父节点 81df0aa210
当前提交 744759704d
共有 2 个文件被更改,包括 3 次插入1 次删除

查看文件

@@ -797,6 +797,7 @@ for model in [m for m in AVAIL_LLM_MODELS if m.startswith("one-api-")]:
model: {
"fn_with_ui": chatgpt_ui,
"fn_without_ui": chatgpt_noui,
"can_multi_thread": True,
"endpoint": openai_endpoint,
"max_token": max_token_tmp,
"tokenizer": tokenizer_gpt35,