crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

Home Page:https://crewai.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How does an LLM call with gradio_client fit into crewai? Does crewai have a call like this in place

Frog863 opened this issue · comments

from gradio_client import Client

client = Client("http://semikong.aitomatic.com/")
result = client.predict(
message="Hello!!",
api_name="/chat"
)