mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
community[patch]: upgrade default model for ChatAnyscale (#24232)
Old default `meta-llama/Llama-2-7b-chat-hf` no longer supported.
This commit is contained in:
parent
a0958c0607
commit
e8a21146d3
@ -25,7 +25,7 @@ if TYPE_CHECKING:
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user