mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 17:37:02 +08:00
19 lines
1.2 KiB
Plaintext
19 lines
1.2 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. Some providers require additional configuration fields. For more information, see the model provider's documentation.
|
|
|
|
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. Click **Save**.
|
|
5. 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.
|