Skip to content

Commit

Permalink
set llama3.1 as a base perplexity model
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousDima authored Aug 5, 2024
1 parent 2296911 commit dadbbc2
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 dadbbc2

Please sign in to comment.