langchain/libs/partners/fireworks/langchain_fireworks
ccurme eedda164c6
fireworks[minor]: remove default model and temperature (#30965)
`mixtral-8x-7b-instruct` was recently retired from Fireworks Serverless.

Here we remove the default model altogether, so that the model must be
explicitly specified on init:
```python
ChatFireworks(model="accounts/fireworks/models/llama-v3p1-70b-instruct")  # for example
```

We also set 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.
2025-04-22 15:58:58 -04:00
..
__init__.py fireworks[patch]: Add Fireworks partner packages (#17694) 2024-02-23 20:45:47 +00:00
chat_models.py fireworks[minor]: remove default model and temperature (#30965) 2025-04-22 15:58:58 -04:00
embeddings.py partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781) 2025-04-11 07:18:44 -04:00
llms.py partners[lint]: run pyupgrade to get code in line with 3.9 standards (#30781) 2025-04-11 07:18:44 -04:00
py.typed fireworks[patch]: Add Fireworks partner packages (#17694) 2024-02-23 20:45:47 +00:00
version.py infra: update mypy 1.10, ruff 0.5 (#23721) 2024-07-03 10:33:27 -07:00