Skip to content

Commit

Permalink
default to sonnet 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Jul 4, 2024
1 parent 8ad86ba commit 86f6751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/src/stampy_chat/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

### Models ###
EMBEDDING_MODEL = os.environ.get("EMBEDDING_MODEL", "text-embedding-ada-002")
SUMMARY_MODEL = os.environ.get("SUMMARY_MODEL", "claude-3-sonnet-20240229")
COMPLETIONS_MODEL = os.environ.get("COMPLETIONS_MODEL", "claude-3-opus-20240229")
SUMMARY_MODEL = os.environ.get("SUMMARY_MODEL", "claude-3-5-sonnet-20240620")
COMPLETIONS_MODEL = os.environ.get("COMPLETIONS_MODEL", "claude-3-5-sonnet-20240620")

### Pinecone ###
PINECONE_API_KEY = os.environ.get('PINECONE_API_KEY')
Expand Down

0 comments on commit 86f6751

Please sign in to comment.