diff --git a/.gitignore b/.gitignore index efee1d2..52eb6a9 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ venv src/.steamship/secrets.toml /test/config.json .python-version +.replit \ No newline at end of file diff --git a/src/api.py b/src/api.py index 44d25b0..2678eb6 100644 --- a/src/api.py +++ b/src/api.py @@ -37,15 +37,16 @@ ) VALID_MODELS_FOR_BILLING = [ + "gpt-4o", + "gpt-4o-2024-08-06", + "gpt-4o-mini", "gpt-4", - "gpt-4-0314", "gpt-4-0613", - "gpt-4-32k", - "gpt-4-32k-0613", + "gpt-4-turbo", + "gpt-4-turbo-preview", "gpt-3.5-turbo", - "gpt-3.5-turbo-0613", - "gpt-3.5-turbo-16k", - "gpt-3.5-turbo-16k-0613", + "gpt-3.5-turbo-1106", + "gpt-4-0125-preview", "gpt-4-1106-preview" ]