Skip to content

Commit

Permalink
Add GPT-3.5 turbo model
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella committed Jun 20, 2024
1 parent afd7369 commit d773e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemodder/llm.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"MisconfiguredAIClient",
]

models = ["gpt-4-turbo-2024-04-09", "gpt-4o-2024-05-13"]
models = ["gpt-4-turbo-2024-04-09", "gpt-4o-2024-05-13", "gpt-35-turbo-0125"]
DEFAULT_AZURE_OPENAI_API_VERSION = "2024-02-01"


Expand Down

0 comments on commit d773e4d

Please sign in to comment.