Skip to content

Commit

Permalink
change default gpt model
Browse files Browse the repository at this point in the history
  • Loading branch information
dayesouza committed Oct 17, 2024
1 parent 06c058d commit f0e59f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

#### Default values:
```
OPENAI_API_MODEL="gpt-4o-2024-08-06"
OPENAI_API_MODEL="gpt-4o"
OPENAI_TYPE="OpenAI"
AZURE_AUTH_TYPE="Azure Key" # if OPENAI_TYPE==Azure OpenAI
DEFAULT_EMBEDDING_MODEL = "text-embedding-ada-002"
Expand Down
2 changes: 1 addition & 1 deletion toolkit/AI/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DEFAULT_ENCODING = "cl100k_base"
#
DEFAULT_LLM_MODEL = "gpt-4o-2024-08-06"
DEFAULT_LLM_MODEL = "gpt-4o"
DEFAULT_LLM_MAX_TOKENS = 4000
DEFAULT_AZ_AUTH_TYPE = "Azure Key"
EMBEDDING_BATCHES_NUMBER = 600
Expand Down

0 comments on commit f0e59f8

Please sign in to comment.