-
**Describe the bug**
I am using VS code insider in admin mode.
In backend .env I entered my AI keys:
OPENAI_API_KEY=sk-2siLny...
ANTHROPIC_API_KEY=sk-ant-api0...
When drag/drop an .mp4 vide…
-
Hi VSCode team,
I'm a developer that currently want to build a chat agent by leveraging ChatAgentAPI.
Before I integrate my idea to agent, I've impletement some demo by calling OpenA…
-
ADDENDUM 20/08/24
--------------------------
Having posted the issue, I've been working on the agent output in the `ui.Chat()` component in my own application. The "support for agents", which I or…
kovla updated
1 month ago
-
### Describe the issue
When `GroupChat` `speaker_selection_method` is set to `'auto'` the speaker selection prompt used to determine the next agent contains all the messages in the conversation histo…
-
### Is your feature request related to a problem? Please describe.
llm_config contains 3 functions:
search()
delete()
download()
Filter the functions at the agent level, like this:
search_…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain documentation with the integrated search.
- [X] I used the GitHub search to find a…
-
from paperqa import Settings, ask
import os
os.environ["OPENAI_API_KEY"] = "EMPTY"
local_llm_config = {
"model_list": [
{
"model_name": "ollama/llama3",
"lit…
-
### Describe the bug
import autogen
config_list = autogen.config_list_from_json(
"OAI_CONFIG_LIST.json",
filter_dict={
"model": ["moonshot-v1-8k"],
},
)
llm_config = …
-
hello, I use ollama to provide embedding service, here's my code, but it show error info when i run crewai: rag_storage.py-rag_storage:186 - ERROR: Error during short_term search: Error code: 502
…
-
### Description
I am trying to use the dalle-tool with an OpenAI implementation on Azure. The Crewai Agents in my script work well, WebsiteSearchTool works well but dalle-tool demands an OPEN_API_KEY…