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
Is your feature request related to a problem? Please describe.
I would like to create agent workflows with models hosted by vLLM. I also need to use function calling.
Describe the solution you'd like
On Swarm Models I read that OpenAI, HuggingFace and Anthropic are supported. I am not sure about vLLM?
Describe alternatives you've considered
Previously, I was using OpenAI Swarm, but it did not seem to support vLLM-hosted models.
Additional context
Basic usage of vLLM is as follows: Start a server with
Is your feature request related to a problem? Please describe.
I would like to create agent workflows with models hosted by vLLM. I also need to use function calling.
Describe the solution you'd like
On Swarm Models I read that OpenAI, HuggingFace and Anthropic are supported. I am not sure about vLLM?
Describe alternatives you've considered
Previously, I was using OpenAI Swarm, but it did not seem to support vLLM-hosted models.
Additional context
Basic usage of vLLM is as follows: Start a server with
And then use the model client with
openai.OpenAI(base_url="http://localhost:8000/v1", api_key="dummy")
.Thanks for your help!
The text was updated successfully, but these errors were encountered: