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

Add gpt-4o-mini to model list #3169

Merged
merged 14 commits into from
Jul 27, 2024
Prev Previous commit
Next Next commit
Remove extra space
  • Loading branch information
umermansoor committed Jul 24, 2024
commit 463f769d9b990e04d4031666e1da778606e11400
1 change: 0 additions & 1 deletion test/agentchat/test_conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
{"model": "gpt-4o-mini"},
]


@pytest.fixture
def conversable_agent():
return ConversableAgent(
Expand Down