Skip to content

Commit 5292024

Browse files
authored
Fix docs related to Azure OpenAI's "model" (#2315)
* gitfu to get gh verified commits * revive lost point * fixed openai model related docs * newline EOF
1 parent eca6c04 commit 5292024

File tree

2 files changed

+342
-342
lines changed

2 files changed

+342
-342
lines changed

samples/apps/autogen-studio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ A: To reset your conversation history, you can delete the `database.sqlite` file
146146
A: Yes, you can view the generated messages in the debug console of the web UI, providing insights into the agent interactions. Alternatively, you can inspect the `database.sqlite` file for a comprehensive record of messages.
147147
148148
**Q: Can I use other models with AutoGen Studio?**
149-
Yes. AutoGen standardizes on the openai model api format, and you can use any api server that offers an openai compliant endpoint. In the AutoGen Studio UI, each agent has an `llm_config` field where you can input your model endpoint details including `model`, `api key`, `base url`, `model type` and `api version`. For Azure OpenAI models, you can find these details in the Azure portal. Note that for Azure OpenAI, the `model name` is the deployment id or engine, and the `model type` is "azure".
149+
Yes. AutoGen standardizes on the openai model api format, and you can use any api server that offers an openai compliant endpoint. In the AutoGen Studio UI, each agent has an `llm_config` field where you can input your model endpoint details including `model`, `api key`, `base url`, `model type` and `api version`. For Azure OpenAI models, you can find these details in the Azure portal. Note that for Azure OpenAI, the `model` is the deployment name or deployment id, and the `type` is "azure".
150150
For other OSS models, we recommend using a server such as vllm to instantiate an openai compliant endpoint.
151151
152152
**Q: The server starts but I can't access the UI**

0 commit comments

Comments
 (0)