autogen-ui icon indicating copy to clipboard operation
autogen-ui copied to clipboard

Web UI for AutoGen (A Framework Multi-Agent LLM Applications)

Results 14 autogen-ui issues
Sort by recently updated
recently updated
newest added

Is it possible to achieve real-time streaming of Assistant/user_proxy interactions like ChatGPT/Claude? If so, it would greatly enhance user interactivity! Do you have any ideas? I know we can do...

I am currently using `autogen-ui` in a project and encountered an issue related to the `openai` library version. My environment uses `openai` version 1.3.6, but `autogen-ui` seems to require a...

git clone [email protected]:victordibia/autogen-ui.git Clonage dans 'autogen-ui'... The authenticity of host 'github.com (140.82.121.4)' can't be established. ECDSA key fingerprint is Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning:...

I want to understand if how to maintain the chat history in the autogen, can you please help me with that?

Even after creating a .env file with my API key, it is not recognized. Is there a way to hard code the API key into the script? ![Screenshot 2023-12-11 090445](https://github.com/victordibia/autogen-ui/assets/153532880/b44fe898-ec5f-41e4-bfb4-73d9dc69d0b8)

I'm able to run autogen using a config list like config_list = [ { "model": "mistral-7b-instruct-v0.1.Q5_0.gguf",#"mistral-instruct-7b", #t he name of your running model "api_base": "http://0.0.0.0:5001/v1", #the local address of the...

I can use Autogen with my AzureOpenAI keys. Can I do the same with this package? Please help.

Can you please make a video of how you install and set this up? I followed the instructions exactly as you have it documented and I get an error trying...

![image](https://github.com/victordibia/autogen-ui/assets/60779552/8bbcbc7e-4cce-442a-9ada-4f5866feb2ab) i run autogenui in colab, but i always get AssertionError: (Deprecated) The autogen.Completion class requires openai

how can I solve this problem? ` hello -------------------------------------------------------------------------------- assistant (to user_proxy): Hello! How can I assist you today? -------------------------------------------------------------------------------- user_proxy (to assistant): Sure, I'd be happy to help. What...