Skip to content

Commit

Permalink
fix an accordion bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ProKil committed May 23, 2024
1 parent fc9d110 commit ccdb4d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,17 @@ pip install sotopia
<AccordionContent>
<p>Install the nightly version with:</p>
```bash
git clone [email protected]:sotopia-lab/sotopia.git;
curl -sSL https://install.python-poetry.org | python3;
poetry install;
```
</AccordionContent>
</AccordionItem>
<AccordionItem>
<AccordionItem value="item-3">
<AccordionTrigger>Where to put my OpenAI/TogetherAI/Groq/Replicate API keys?</AccordionTrigger>
<AccordionContent>
Although API keys are not required for all the experiments, you need to use these keys when you use LLMs from these providers.
For example, set the environment variable `OPENAI_API_KEY` to your key. The recommend way is to add the key to the conda environment:
<p>Although API keys are not required for all the experiments, you need to use these keys when you use LLMs from these providers.
For example, set the environment variable `OPENAI_API_KEY` to your key. The recommend way is to add the key to the conda environment:</p>
```bash
conda env config vars set OPENAI_API_KEY=your_key
```
Expand Down

0 comments on commit ccdb4d8

Please sign in to comment.