interface with ChatGPT-to-API

这个提交包含在:
qingxu fu
2023-08-16 22:21:51 +08:00
父节点 cd38d1697c
当前提交 2ff8dc787e
共有 2 个文件被更改,包括 1 次插入16 次删除

查看文件

@@ -361,7 +361,7 @@ if "chatgpt_website" in AVAIL_LLM_MODELS: # 接入一些逆向工程https://gi
"chatgpt_website": {
"fn_with_ui": chatgpt_website_ui,
"fn_without_ui": chatgpt_website_noui,
"endpoint": None,
"endpoint": openai_endpoint,
"max_token": 4096,
"tokenizer": tokenizer_gpt35,
"token_cnt": get_token_num_gpt35,