Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/en/concepts/llms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ In this section, you'll find detailed examples that help you select, configure,
# Required
WATSONX_URL=<your-url>
WATSONX_APIKEY=<your-apikey>
WATSONX_PROJECT_ID=<your-project-id>
WX_PROJECT_ID=<your-project-id>

# Optional
WATSONX_TOKEN=<your-token>
Expand All @@ -553,7 +553,7 @@ In this section, you'll find detailed examples that help you select, configure,
Example usage in your CrewAI project:
```python Code
llm = LLM(
model="watsonx/meta-llama/llama-3-1-70b-instruct",
model="watsonx/meta-llama/llama-3-3-70b-instruct",
base_url="https://api.watsonx.ai/v1"
)
```
Expand Down
4 changes: 2 additions & 2 deletions docs/pt-BR/concepts/llms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Nesta seção, você encontrará exemplos detalhados que ajudam a selecionar, co
# Obrigatório
WATSONX_URL=<your-url>
WATSONX_APIKEY=<your-apikey>
WATSONX_PROJECT_ID=<your-project-id>
WX_PROJECT_ID=<your-project-id>

# Opcional
WATSONX_TOKEN=<your-token>
Expand All @@ -550,7 +550,7 @@ Nesta seção, você encontrará exemplos detalhados que ajudam a selecionar, co
Exemplo de uso em seu projeto CrewAI:
```python Code
llm = LLM(
model="watsonx/meta-llama/llama-3-1-70b-instruct",
model="watsonx/meta-llama/llama-3-3-70b-instruct",
base_url="https://api.watsonx.ai/v1"
)
```
Expand Down