We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6804e commit 14e1f1aCopy full SHA for 14e1f1a
src/distilabel/llms/oneai.py
@@ -53,7 +53,7 @@ class OneAI(AsyncLLM):
53
Set Your API Key :
54
55
```sh
56
- EXPORT 01AI_BASE_URL "your_01ai_yi-api_key"
+ EXPORT 01AI_API_KEY "your_01ai_yi-api_key"
57
```
58
59
Generate Json Outputs you can use in "function call" pipelines:
0 commit comments