-
**Description**
There is no response after copying the API key at the input API window.
I tried doing this:
It seems that I will only enter the main page after entering: "sk-" + the specified num…
-
I am using `go-openai` to request [Braintrust AI proxy](https://www.braintrust.dev/docs/guides/proxy) which allows to access models from OpenAI, Anthropic, Google, AWS, Mistral, and third-party infere…
-
### Checklist
- [ ] 1. I have searched related issues but cannot get the expected help.
- [ ] 2. The bug has not been fixed in the latest version.
- [ ] 3. Please note that if the bug-related issue y…
-
Currently Otto8 only supports API keys for Azure OpenAI. API key functionality is extremely limited with Azure OpenAI and Microsoft's intention is for users to use more advanced auth mechanisms like a…
-
### Description
I’m experiencing issues when trying to connect CREW AI with Azure OpenAI. After some investigation, I found that only version 0.11 works with Azure OpenAI, but unfortunately, this v…
-
Hi,
I've tried creating an agent using an openAI Assistant as the LLM. It joins the room and works as expected until after the it's first utterance. After speaking the string I pass into the agent.…
-
### Which API Provider are you using?
OpenAI Compatible
### Which Model are you using?
gpt-4o-08-06, gpt-4o-mini, etc
### What happened?
We understand the "API Version" was added recently, and co…
-
with changes like
```
>
```
one can make docker-compose.yml to use environment variables or keys from `.env ` , and actually using `.env` (and having it in `.gitignore`) would be very elegan…
-
**Description**
This document aims to guide users on deploying Azure OpenAI Service within a Docker container. The current documentation lacks a comprehensive, step-by-step guide for setting up Azu…
-
I have working configuration, that is working with openai azure quickstart:
```python
import os
import dotenv
from openai import AzureOpenAI
dotenv.load_dotenv()
ENDPOINT = os.getenv("AZURE_OP…