diff --git a/python/samples/agentchat_streamlit/README.md b/python/samples/agentchat_streamlit/README.md index abcc451c9a79..651ccefcd7ca 100644 --- a/python/samples/agentchat_streamlit/README.md +++ b/python/samples/agentchat_streamlit/README.md @@ -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: @@ -42,4 +42,4 @@ Run the following command to start the web application: ```bash streamlit run main.py -``` \ No newline at end of file +```