Skip to content

Commit

Permalink
add gpt-4o to azure deploments
Browse files Browse the repository at this point in the history
  • Loading branch information
= Enea_Gore committed Jul 31, 2024
1 parent f981fd6 commit d36021a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module_text_llm/module_text_llm/helpers/models/openai.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
actually_deployed_azure= [
"gpt-35-turbo",
"gpt-4-turbo",
"gpt-4-vision"
"gpt-4-vision",
"gpt-4o"
]

new_openai_models = []
Expand Down

0 comments on commit d36021a

Please sign in to comment.