Skip to content

Commit

Permalink
- moving to GPT4o as the default OpenAI model;
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltmayerpizzorno committed May 20, 2024
1 parent 9027e63 commit c06d376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coverup/coverup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def Path_dir(value):

def default_model():
if 'OPENAI_API_KEY' in os.environ:
return "openai/gpt-4-1106-preview"
return "openai/gpt-4o-2024-05-13"
if 'ANTHROPIC_API_KEY' in os.environ:
return "anthropic/claude-3-sonnet-20240229"
if 'AWS_ACCESS_KEY_ID' in os.environ:
Expand Down

0 comments on commit c06d376

Please sign in to comment.