Add GPT-4o-Mini & fix a missing gpt-4o

This commit is contained in:
versecafe
2024-07-19 12:12:09 -05:00
committed by Chris Weaver
parent 1ebae50d0c
commit 86d1804eb0
4 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,8 @@ from openai import OpenAI
VALID_MODEL_LIST = [
"gpt-4o-mini",
"gpt-4o",
"gpt-4-1106-preview",
"gpt-4-vision-preview",
"gpt-4",