-
你好,我换了好几个Openai 的服务, 都是不行,总是出@self._llm.on("metrics_collected") 的错误。
-
### 🚀 The feature, motivation and pitch
I'm currently making an agent using LLM which required using external tools. There is step in completion where tools is required to be called but what kind of …
-
### Description
llm = LLM(
model="custom-model-name",
base_url="https://api.your-provider.com/v1",
api_key="your-api-key"
)
agent = Agent(llm=llm, ...)
An error is reported when the…
-
**Is your feature request related to a problem? Please describe:**
After closely observing agentic developers like opendevin and recent swebench verified score of sonnet3.5+tools(no agent), it's clea…
-
``I got 800 papers and I want the paperqa can read most of them to give me a answer. But the paperqa usually answer that with less than 30 paper and 15 relevant paper.
So, the question is how can …
-
### Description
I have encountered an error while trying to use the VisionTool(), while I'm trying to use AzureAI with the vision tool, but it wrongly mapped to the OpenAI API,
can we use AzureOpe…
-
This api will be the interface people use to interact with the agents built in #1 .
Initially this could be a single API endpoint, delegating "routing" to different agents to the LLM as well. We ca…
-
Minor Issue:
No matter what the user chooses for the dropdown of model selection, the first message always uses the default model...Even when the user specifically chose the non-default one. Afte…
-
### Bug Description
StructuredPlannerAgent doesn't seem to be creating sub-tasks :(
I tried my own toolset and wasn't getting any success - my setup has multiple tools: txt2sql, visualization, s…
-
### Description
I use azure openai with customized endpoint, model name. And the Agent will fail at CrewAgentExecutorMixin._create_long_term_memory.
### Steps to Reproduce
1.Use customized azure o…