mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 05:39:16 +08:00
* version-1.9.0-docs * [autofix.ci] apply automated fixes * [autofix.ci] apply automated fixes (attempt 2/3) --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@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. |