Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Group Chat with Customized Speaker Selection Method Does Not Complete Task #2628

Open
DLWCMD opened this issue May 8, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@DLWCMD
Copy link

DLWCMD commented May 8, 2024

Describe the bug

After adding a cell for !pip install and creating the OAI_CONFIG_LIST, I attempted to run the notebook. I was presented with a series of questions to answer which I answered pressing the enter key, the proposal from the planner seemed to remain unchange. At that point, I assumed I was to exit the chat. I have attached the result, which appears to be the Chat Result. I don't see any of the expected output in a readable output form.
Chat_Result.zip

I expected more, or did you not intend to provide formatted output?

Steps to reproduce

  1. Add !pip install function
  2. Create endpoint
  3. Run workbook. At some point, I assume the user would exit the chat.
  4. When that occurs, the Chat Result is displayed.

Model Used

gpt-4", gpt-4-1106-preview as selected by the filter

config_list = autogen.config_list_from_json(
    "OAI_CONFIG_LIST",
    filter_dict={
        "model": ["gpt-4", "gpt-4-1106-preview"],
    },
)

Expected Behavior

Formatted output of the task result, unless you did not mean to present.

Screenshots and logs

No response

Additional Information

Python 3.12
Jupyter Notebook, but not in Colab

@DLWCMD DLWCMD added the bug Something isn't working label May 8, 2024
@ekzhu
Copy link
Collaborator

ekzhu commented May 9, 2024

cc @yiranwu0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants