docs: small update in examples

This commit is contained in:
mudler 2023-05-20 14:29:38 +02:00
parent 7c04158509
commit dc093555a0
3 changed files with 5 additions and 0 deletions

View file

@ -26,6 +26,7 @@ pip install langchain
pip install openai
export OPENAI_API_BASE=http://localhost:8080
# Note: **OPENAI_API_KEY** is not required. However the library might fail if no API_KEY is passed by, so an arbitrary string can be used.
export OPENAI_API_KEY=sk-
python test.py