davidberenstein1957 HF staff commited on
Commit
ad7d65a
·
1 Parent(s): 5ac0c97

add examples for openai to readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -92,9 +92,9 @@ demo.launch()
92
 
93
  Optionally, you can set the following environment variables to customize the generation process.
94
 
95
- - `BASE_URL`: The base URL for any OpenAI compatible API, e.g. `https://api-inference.huggingface.co/v1/`.
96
- - `MODEL`: The model to use for generating the dataset, e.g. `meta-llama/Meta-Llama-3.1-8B-Instruct`.
97
- - `API_KEY`: The API key to use for the corresponding API, e.g. `hf_...`.
98
 
99
  Optionally, you can also push your datasets to Argilla for further curation by setting the following environment variables:
100
 
 
92
 
93
  Optionally, you can set the following environment variables to customize the generation process.
94
 
95
+ - `BASE_URL`: The base URL for any OpenAI compatible API, e.g. `https://api-inference.huggingface.co/v1/`, `https://api.openai.com/v1/`.
96
+ - `MODEL`: The model to use for generating the dataset, e.g. `meta-llama/Meta-Llama-3.1-8B-Instruct`, `gpt-4o`.
97
+ - `API_KEY`: The API key to use for the corresponding API, e.g. `hf_...`, `sk-...`.
98
 
99
  Optionally, you can also push your datasets to Argilla for further curation by setting the following environment variables:
100