langchain/docs/docs
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
..
_templates
additional_resources
changes/changelog doc: clean doc word description. (#30895) 2025-04-17 08:04:37 -04:00
concepts docs: update multi-modal docs (#30880) 2025-04-17 16:03:05 -04:00
contributing Update Contributor Docs (#30679) 2025-04-04 16:35:11 -04:00
example_data
how_to docs: fix typo at 175 (#30966) 2025-04-22 18:13:07 +00:00
integrations fireworks[minor]: remove default model and temperature (#30965) 2025-04-22 15:58:58 -04:00
troubleshooting/errors
tutorials doc: clean doc word description. (#30895) 2025-04-17 08:04:37 -04:00
versions docs: fix small typo in map_rerank_docs_chain.ipynb (#30738) 2025-04-09 08:49:37 -04:00
.gitignore
introduction.mdx
people.mdx