Skip to content

Commit

Permalink
动态适配gpts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanyutin753 authored Feb 26, 2024
1 parent cd983f0 commit aae4fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def send_text_prompt_and_get_response(messages, api_key, stream, model):
"force_paragen": False,
"force_rate_limit": False
}
elif 'gpt-4-gizmo-' in model:
elif 'gpt-4-gizmo-' in model:
payload = generate_gpts_payload(model, formatted_messages)
if not payload:
global gpts_configurations
Expand Down

0 comments on commit aae4fd6

Please sign in to comment.