Skip to content

Commit

Permalink
Merge branch 'main' of github.com:CuriousDima/pardon-my-english
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDima committed Aug 5, 2024
2 parents afcf0e7 + dadbbc2 commit 6f76163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/llm_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Model(Enum):
MIXTRAL = "mixtral-8x7b-32768"
LLAMA3_8B = "llama3-8b-8192"
LLAMA3_70B = "llama3-70b-8192"
LLAMA3_70B_INSTRUCT = "llama-3-70b-instruct"
LLAMA3_70B_INSTRUCT = "llama-3.1-70b-instruct"


# OpenAI can be used as a provider with the following models: GPT3, GPT4.
Expand Down

0 comments on commit 6f76163

Please sign in to comment.