Skip to content

Commit

Permalink
Update llama-server.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pareenaverma authored Sep 13, 2024
1 parent 39bd377 commit b57ce1b
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,14 @@ In the returned JSON data you see the LLM output, including the content created

You can also use a Python program to access the OpenAI-compatible API.

Install the OpenAI Python package.
Create a Python `venv`:

```bash
python -m venv pytest
source pytest/bin/activate
```

Install the OpenAI Python package:
```bash
pip install openai==1.45.0
```
Expand Down

0 comments on commit b57ce1b

Please sign in to comment.