-
Version: Deno 2.0.3
I have tested this on both a Mac and Windows WSL
Using node-fetch always works.
When using Deno's default fetch if we increase the payload size I will get an error.
```
…
-
After a certain segment, all subsequent recognized texts are incorrect:
```
from openai import OpenAI
client = OpenAI(api_key="cant-be-empty", base_url="http://192.168.31.100:8000/v1/")
…
-
i get this error
```
(today) arkodeepchatterjee@Arkodeeps-MacBook-Air today % python3 agent.py connect --room my-room
2024-10-21 20:34:49,346 - DEBUG asyncio - Using selector: KqueueSelector
…
-
**Is your feature request related to a problem? Please describe.**
OpenAI just extended their API with realtime support with web sockets
https://openai.com/index/introducing-the-realtime-ap…
-
### 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 sim…
-
### Describe your problem
I encountered the following error when trying to add an OpenAI model:
Error: 102
Fail to access model (gpt-3.5-turbo) using this API key
**ERROR**: Connection error
I …
-
**Describe the Bug**
when I setup using docker compose, it raise error: authorization error on 20-slim.
**To Reproduce**
Steps to reproduce the issue:
1. initialization
**Environment (please …
-
### 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 sim…
-
Having a really hard time getting the Elevenlabs voice TTS to work with a dedicated/cloned voice. I'm using the voice-pipeline-agent-python example. It does work with the standard openai.TTS voice.
…
-
### Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- [X] This is a feature request for the Python library
### Describe the feature or improvement you're …