victordibia / autogen-ui

Web UI for AutoGen (A Framework Multi-Agent LLM Applications)
MIT License
651 stars 98 forks source link

Where do I add my api key to test this? #2

Closed plusnarrative-phillip closed 9 months ago

plusnarrative-phillip commented 9 months ago

Apologies the documentation did not make this clear, I am unable to test this but would love to try it out

victordibia commented 9 months ago

Good catch. I updated the readme.

There are two options:

export OPENAI_API_KEY=<your key>

Also See this article for how Autogen supports multiple llm providers

plusnarrative-phillip commented 9 months ago

thank you will give it a go