Skip to content

Commit

Permalink
community[patch]: upgrade default model for ChatAnyscale (#24232)
Browse files Browse the repository at this point in the history
Old default `meta-llama/Llama-2-7b-chat-hf` no longer supported.
  • Loading branch information
thehunmonkgroup authored Jul 15, 2024
1 parent a0958c0 commit e8a2114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/langchain_community/chat_models/anyscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
logger = logging.getLogger(__name__)

DEFAULT_API_BASE = "https://api.endpoints.anyscale.com/v1"
DEFAULT_MODEL = "meta-llama/Llama-2-7b-chat-hf"
DEFAULT_MODEL = "meta-llama/Meta-Llama-3-8B-Instruct"


class ChatAnyscale(ChatOpenAI):
Expand Down

0 comments on commit e8a2114

Please sign in to comment.