Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions python/samples/agentchat_streamlit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pip install "autogen-ext[openai,azure]"
# pip install "autogen-ext[openai]" for OpenAI models
```

Create a new file named `model_config.yml` in the the same directory as the script
Create a new file named `model_config.yml` in the same directory as the script
to configure the model you want to use.

For example, to use `gpt-4o-mini` model from Azure OpenAI, you can use the following configuration:
Expand All @@ -42,4 +42,4 @@ Run the following command to start the web application:

```bash
streamlit run main.py
```
```