-
### Discussed in https://github.com/quirrel-dev/quirrel/discussions/1150
Originally posted by **nilooy** June 25, 2023
is it possible to use quirrel queue with vercel edge function? i was look…
-
This might be related to #512 and #609.
**Expected Behavior**
The `*Api` client classes should offer a way to customize the `WebClient` used. For example to add an `Authorization` header for cus…
-
Hey,
I encountered an issue that only shows in my build, everything works fine in unity but in the build the messages are not getting through nothing is being displayed as a text so I am asuming th…
-
I used an nginx proxy server.
Nginx access_log
```
Proxy proxy = new Proxy(Proxy.Type.HTTP, new InetSocketAddress(proxyIp, proxyPort));
OkHttpClient client = defaultClient(tok…
-
There appears to be an issue with the API as it does not transmit important parameters of the model, such as max_token or temperature, to the OpenAI server.
This is causing a problem when using th…
-
I wanted to test this extension on my local, however, I encountered the following error!
I also test with the different current pages like google, bing, github, etc.
```
Error:
This model's ma…
agn-7 updated
8 months ago
-
**Enjoying the tutorial and around 3:48 I was having an error with { ChatCompletionRequestMessage } and { OpenAIApi }. As of January 2024, I have node v21.20 and openai 4.26.00 installed. The followin…
-
I am a new developer and I am seeing an error which states that "import { Configuration, OpenAIApi } from "openai"; SyntaxError: The requested module 'openai' does not provide an export named 'Configu…
-
HttpRequestException: Error at chat/completions (https://api.openai.com/v1/chat/completions) with HTTP status code: BadRequest. Content:
400 Bad Request
400 Bad Request
cloudflare
My Code i…
-
**Which API doesn't behave as documented, and how does it misbehave?**
I'm using the just_audio package to generate audio from OpenAI and play it. I'm utilizing the http StreamedResponse to generat…