mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 08:57:31 +08:00
* fix: nightly now properly gets 1.9.0 branch (#12215) before it was attempting to pull release-notes as letters are alphanumerically after numbers when we sort -V then grab tail now we only look at branch names that follow the pattern '^release-[0-9]+\.[0-9]+\.[0-9]+$' * docs: add search icon (#12216) add-back-svg * initial-content * cut-1.8-release-and-include-next-version * stage-1.8.0-and-next --------- Co-authored-by: Adam-Aghili <149833988+Adam-Aghili@users.noreply.github.com>
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
import Icon from "@site/src/components/icon";
|
|
|
|
To edit Langflow's global model provider configuration, do the following:
|
|
|
|
1. To open the **Model Providers** pane, click your profile icon, select **Settings**, and then click <Icon name="Brain" aria-hidden="true"/> **Model Providers**.
|
|
2. In the **Model Providers** pane, select a provider.
|
|
3. In the **API Key** field, add your provider's API key.
|
|
|
|
The key must have permission to call the models you want to use in your flow, and your account must have sufficient credits for the actions you want to perform.
|
|
|
|
You can only add one key for each provider. Make sure the key has access to _all_ models that you want to use in Langflow.
|
|
4. Enable the specific models that you want to use in Langflow.
|
|
The available models depend on the provider and your API key's permissions.
|
|
Models that generate text are listed under **Language Models**.
|
|
Models that generate embeddings are listed under **Embedding Models**.
|
|
|
|
After you enable a model in Langflow's global model configuration, you can use that model in any model-driven component in your flows. |