examples: add langchain agent example

This commit is contained in:
mudler 2023-05-07 08:14:01 +02:00
parent 02979566ee
commit 6ed7b10273
2 changed files with 46 additions and 0 deletions

View file

@ -30,4 +30,6 @@ export OPENAI_API_KEY=sk-
python test.py
# A good company name for a company that makes colorful socks would be "Colorsocks".
python agent.py
```