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
I searched using keywords relevant to my issue to make sure that I am creating a new issue that is not already open (or closed).
I reviewed the Discussions, and have a new and useful enhancement to share.
Feature Description
background
I use docker to deploy xinference and deployed qwen2.5-instruct-llama.cpp on it. And I use openai-swarm to get a response from xinference, but it was a pydantic raise, it looks like a compatibility issue for the latest openai client.
the tool_choice field is often used in openai-swarm. But in this case, I didn't pass any function_call or tool_choice to the llm, I just can't use swarm to complete simple chat.
Prerequisites
Feature Description
background
I use docker to deploy xinference and deployed qwen2.5-instruct-llama.cpp on it. And I use openai-swarm to get a response from xinference, but it was a pydantic raise, it looks like a compatibility issue for the latest openai client.
Motivation
Swarm has now going popular and own 10k+ stars and it is easy to use, I think it's important for you to deal with it.
Possible Implementation
No response
The text was updated successfully, but these errors were encountered: