[GH-ISSUE #2427] In the blog post -> https://ollama.ai/blog/openai-compatibility -> Autogen Example Docker enable for Code execution #1416

Closed
opened 2026-04-12 11:17:42 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Naqqash on GitHub (Feb 9, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2427

For anyone trying this based on below;

you will have to either run docker or disable the above when running this example. See details below;

https://microsoft.github.io/autogen/blog/2024/01/23/Code-execution-in-docker

user_proxy = autogen.UserProxyAgent(name="user_proxy", llm_config=llm_config, code_execution_config=False)

Originally created by @Naqqash on GitHub (Feb 9, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2427 For anyone trying this based on below; you will have to either run docker or disable the above when running this example. See details below; https://microsoft.github.io/autogen/blog/2024/01/23/Code-execution-in-docker `user_proxy = autogen.UserProxyAgent(name="user_proxy", llm_config=llm_config, code_execution_config=False)`
Author
Owner

@jmorganca commented on GitHub (Feb 9, 2024):

This is fixed now, thanks @Naqqash!!

<!-- gh-comment-id:1935914057 --> @jmorganca commented on GitHub (Feb 9, 2024): This is fixed now, thanks @Naqqash!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#1416