Skip to content

Commit 14e1f1a

Browse files
committed
fix set API key example
1 parent 1c6804e commit 14e1f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/distilabel/llms/oneai.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class OneAI(AsyncLLM):
5353
Set Your API Key :
5454
5555
```sh
56-
EXPORT 01AI_BASE_URL "your_01ai_yi-api_key"
56+
EXPORT 01AI_API_KEY "your_01ai_yi-api_key"
5757
```
5858
5959
Generate Json Outputs you can use in "function call" pipelines:

0 commit comments

Comments
 (0)