-
Phil,
there to kinds of OPENAI_API_KEY
Question : are you using one and if so should go with our own or should we try to get a project API Key
-
I'm trying to generate fullstack app. When first time installing cofounder I put 2 keys, OpenAI and Anthropic. When it's running, it's only use Anthropic API and now I reached my API limit. So, how to…
-
Based on #1, we create a docker-compose solution that runs a fastAPI service instead of the `test.py` script. See https://github.com/garyfeng/LightRAG?tab=readme-ov-file#api-server-implementation
-…
-
### ⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
### Which Operating System are you using?
Windows
### Which vers…
-
**Describe the bug**
The reason I think this is a bug is because the cost of embeding is on the upward of a dollar or more when this happen and I had to kill the process.
seemingly stuck on this:
…
-
I would prefer to be able to set the OPENAI_API_KEY as a parameter or any other way I prefer and not be forced to use env variables.
-
```
cat .env
OPENAI_API_KEY=sk-rxxxx
OPENAI_ORGANIZATION=
OPENAI_REQUEST_TIMEOUT=30
OPENAI_BASE_URL=api.openai.com/v1
```
-
### 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…
-
Hello, I am a developer learning AI Gateway. I have an interest in the arch solution, and as I explore the source code and demo version, I have a few questions.
1. While reviewing the documentation…
-
**Describe the bug**
`prepare_model_args` This function used for prepare model args. But currectly value is default. Need to update from req.
**To Reproduce**
```python
def prepare_model_…