Skip to content

Commit

Permalink
Fix docs related to Azure OpenAI's "model" (#2315)
Browse files Browse the repository at this point in the history
* gitfu to get gh verified commits

* revive lost point

* fixed openai model related docs

* newline EOF
  • Loading branch information
sethupavan12 authored Apr 9, 2024
1 parent eca6c04 commit 5292024
Show file tree
Hide file tree
Showing 2 changed files with 342 additions and 342 deletions.
2 changes: 1 addition & 1 deletion samples/apps/autogen-studio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ A: To reset your conversation history, you can delete the `database.sqlite` file
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.
**Q: Can I use other models with AutoGen Studio?**
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".
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".
For other OSS models, we recommend using a server such as vllm to instantiate an openai compliant endpoint.
**Q: The server starts but I can't access the UI**
Expand Down
Loading

0 comments on commit 5292024

Please sign in to comment.