langchain/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
..
api_reference docs: dynamic copyright year in API ref (#30944) 2025-04-21 14:10:14 +00:00
cassettes infra: add langchain-google-genai to monorepo test deps and update notebook cassettes (#30925) 2025-04-18 11:16:12 -04:00
data
docs fireworks[minor]: remove default model and temperature (#30965) 2025-04-22 15:58:58 -04:00
scripts docs: Add openGauss vector store documentation (#30742) 2025-04-11 20:31:39 +00:00
src docs: Add openGauss vector store documentation (#30742) 2025-04-11 20:31:39 +00:00
static docs: fix llms-txt (#30528) 2025-03-27 19:02:44 +00:00
.gitignore
.yarnrc.yml
babel.config.js
docusaurus.config.js
ignore-step.sh infra: run docs build on packages.yml updates (#29796) 2025-02-19 18:45:30 +00:00
Makefile
package.json
README.md
sidebars.js
vercel_overrides.txt docs: add to vercel overrides (#30063) 2025-03-01 17:21:15 -05:00
vercel_requirements.txt
vercel.json community: Add deprecation decorator to SingleStore community integrations (#30846) 2025-04-18 12:58:39 -04:00
yarn.lock

LangChain Documentation

For more information on contributing to our documentation, see the Documentation Contributing Guide