Update bridge_all.py: supports gpt-4-turbo-preview

supports gpt-4-turbo-preview
This commit is contained in:
hongyi-zhao 2024-01-26 16:27:32 +08:00 committed by GitHub
parent f889ef7625
commit 5231d02307
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ model_info = {
"token_cnt": get_token_num_gpt4,
},
"gpt-4-1106-preview": {
"gpt-4-turbo-preview": {
"fn_with_ui": chatgpt_ui,
"fn_without_ui": chatgpt_noui,
"endpoint": openai_endpoint,