Skip to content

Commit

Permalink
summary model
Browse files Browse the repository at this point in the history
  • Loading branch information
mruwnik committed May 16, 2024
1 parent 9a12be3 commit 6258bb1
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")
SUMMARY_MODEL = os.environ.get("COMPLETIONS_MODEL", "claude-3-sonnet-20240229")
SUMMARY_MODEL = os.environ.get("SUMMARY_MODEL", "claude-3-sonnet-20240229")
COMPLETIONS_MODEL = os.environ.get("COMPLETIONS_MODEL", "claude-3-opus-20240229")

### Pinecone ###
Expand Down

0 comments on commit 6258bb1

Please sign in to comment.