Fireworks Serverless recently retired mixtral-8x-7b-instruct
, which was the default model for ChatFireworks.
langchain-fireworks 0.3 removes the default model altogether, so that the model must be explicitly specified on init:
ChatFireworks(model="accounts/fireworks/models/llama-v3p1-70b-instruct") # for example
This release also sets a null default for temperature
, which previously defaulted to 0.0. This parameter will no longer be included in request payloads unless it is explicitly provided.
Changes since langchain-fireworks==0.2.9
fireworks: release 0.3.0 (#30977)
fireworks[minor]: remove default model and temperature (#30965)
fireworks[patch]: update model in LLM integration tests (#30951)
partners: bug fix check_imports.py exit code. (#30897)
partners[lint]: run pyupgrade
to get code in line with 3.9 standards (#30781)
docs: fix broken hyperlinks in fireworks integration package README (#30538)