-
### What happened?
/app/core/quivr_core/config.py:209 in set_llm_model │
backend-api | │ …
-
### Issue summary
no recognizing API key
### Detailed description
I've been trying to put my open AI API key in for a couple of hours now with now luck. I've confirmed secrets.yaml is up to date, a…
-
### What happened?
I use litellm to interact with a GPT-4o model on Azure. The model is exposed through APIM and requires an AD token.
I can run this piece of code successfully:
```
from azur…
-
1. User should be able to add to their `pyproject.toml` a dict mapping LLM types to factory functions that create LLM of that type:
```
[tool.ragbits.core.default_llm_factories]
text …
-
我使用新的secret key 报错了,是因为我的网络问题吗?
-
### Describe the bug
In a group chat setting, where some agents have tools associated with them. I frequently face this error:
openai.InternalServerError: Error code: 500 - {'error': {'message': 'Th…
-
if users have access to a vision-capable model, let them choose if they want to upload the image alongside the prompt/question.
-
When processing a large source code file, an error occurred approximately 2 hours into the process.
The error message is as follows:
Is this purely a network transmission issue? Is there a way …
-
OPENAI_API_KEY=your_openai_api_key
AZURE_OPENAI_ENDPOINT=your_azure_openai_endpoint
OPENAI_DEPLOYMENT_ID=your_openai_deployment_id
OPENAI_API_VERSION=your_openai_api_version # Default is "gpt-4o"
…
-
### Description
# AI Page
`
const { messages, input, handleInputChange, handleSubmit } = useChat();
`
/api/chat/route.ts
```
import { LangChainAdapter, Message } from 'ai';
import { un…