Skip to content

Commit

Permalink
mistral -> mixtral
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Aug 21, 2024
1 parent d457d7d commit 52a2825
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def chat_model_class(self) -> Type[BaseChatModel]:
@property
def chat_model_params(self) -> dict:
return {
"model": "mistralai/Mistral-7B-Instruct-v0.1",
"model": "mistralai/Mixtral-8x7B-Instruct-v0.1",
"rate_limiter": rate_limiter,
}

Expand Down

0 comments on commit 52a2825

Please sign in to comment.