diff --git a/request_llms/bridge_all.py b/request_llms/bridge_all.py index 14352475..45288ae1 100644 --- a/request_llms/bridge_all.py +++ b/request_llms/bridge_all.py @@ -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,