-
Couldn't find documentation either.
```
OPENAI_URL = 'wss://api.openai.com/v1/realtime?model=gpt-4o-realtime-preview-2024-10-01'
OPENAI_HEADERS = {
'Authorization' => "Bearer #{ENV['O…
-
尽管在部署的时候已经设置过OPENAI_API_KEY和OPENAI_API_BASE_URL
但使用realtime的时候还要重新填一遍
能否将realtime的OPENAI_API_KEY和OPENAI_API_BASE_URL 与 配置docker compose文件的OPENAI_API_KEY和OPENAI_API_BASE_URL同步 ?
或者在docker环境中,单独为…
-
Llama2 is available in replicate; you can even [fine tune your own version](https://replicate.com/blog/fine-tune-llama-2) there…
Streaming support is the killer feature to make LLMs come alive in …
-
OpenAI revealed a new realtime model accessible via API
if no one is adding this feature I would be happy to implement it!
More details:
https://platform.openai.com/docs/guides/realtime
-
When trying to connect to the relay server I was get a TypeError: Invalid URL at this line every time the client connects.
I made a PR to fix this here: https://github.com/transitive-bullshit/opena…
-
If you are trying to use Bun Javascript to use the API Beta, please be aware that you will encounter hangs when using this package with `bun run` on the server. The reasons are related to how bun sets…
-
----
## 🚀 Feature
Support websocket endpoints to allow two-way real-time data communication.
### Motivation
Currently, the requests are processed with the expectation that the …
-
enter python cli.py run-uvicorn,Encountered the following error:
![image](https://github.com/Shaunwei/RealChar/assets/43336297/f0b1c86d-9591-4caa-828d-912ba694bf55)
![image](https://github.com/Shaun…
-
My app stopped working and of course I blamed myself.
But returning to the realtime console default app, I am receiving this error when asking about the weather anywhere
>{"error":"Tool \"get_weat…
-
Hi,
First of all, I want to thank you for developing the wavtools. I've struggled many hours to make something work with React Native + Expo and outdated libraries and your library just worked OOTB…