You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update model client documentation add Ollama, Gemini, Azure AI models (#5196)
Partially resolves: #5118
Once the extension page is ready, update the tutorial pages to reduce
duplication.
---------
Co-authored-by: Victor Dibia <[email protected]>
The current stable version is v0.4. If you are upgrading from AutoGen v0.2, please refer to the [Migration Guide](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/migration-guide.html) for detailed instructions on how to update your code and configurations.
26
+
The current stable version is v0.4. If you are upgrading from AutoGen v0.2, please refer to the [Migration Guide](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/migration-guide.html) for detailed instructions on how to update your code and configurations.
27
27
28
28
```bash
29
29
# Install AutoGen Studio for no-code GUI
@@ -34,7 +34,7 @@ pip install -U "autogenstudio"
34
34
35
35
### Hello World
36
36
37
-
Create an assistant agent using OpenAI's GPT-4o model.
37
+
Create an assistant agent using OpenAI's GPT-4o model. See [other supported models](https://microsoft.github.io/autogen/stable/user-guide/agentchat-user-guide/tutorial/models.html).
38
38
39
39
```python
40
40
import asyncio
@@ -118,10 +118,10 @@ With AutoGen you get to join and contribute to a thriving ecosystem. We host wee
| API Reference |[](https://microsoft.github.io/autogen/dev/reference/index.html#)|\*|[](https://microsoft.github.io/autogen/dev/user-guide/autogenstudio-user-guide/usage.html)|
| API Reference |[](https://microsoft.github.io/autogen/stable/reference/index.html#)|\*|[](https://microsoft.github.io/autogen/stable/user-guide/autogenstudio-user-guide/usage.html)|
0 commit comments