Skip to content

Commit

Permalink
default claude
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed Apr 26, 2024
1 parent 7c56f49 commit 8c9c7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/stampy_chat/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

### Models ###
EMBEDDING_MODEL = os.environ.get("EMBEDDING_MODEL", "text-embedding-ada-002")
COMPLETIONS_MODEL = os.environ.get("COMPLETIONS_MODEL", "gpt-3.5-turbo")
COMPLETIONS_MODEL = os.environ.get("COMPLETIONS_MODEL", "claude-3-opus-20240229")

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

0 comments on commit 8c9c7c0

Please sign in to comment.