mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-02 02:40:21 +00:00
* Separate agent and team examples * Add streaming output * Refactor to better use the chainlit API * Removed the user proxy example -- this needs a bit more work to improve the presentation on the ChainLit interface. --------- Co-authored-by: Victor Dibia <victordibia@microsoft.com>
5 lines
110 B
YAML
5 lines
110 B
YAML
# Use Open AI with key
|
|
provider: autogen_ext.models.openai.OpenAIChatCompletionClient
|
|
config:
|
|
model: gpt-4o
|