-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
I've been trying to create a reusable client with automatic expired token refresh.
Unfortunately, when adding the `QueryStringAddon` something's getting broken with the typings and I can't create a…
-
### Describe the feature or improvement you're requesting
Dear OpenAI Team,
I am writing to request the addition of OGG file format support in the Whisper model. As you know, OGG is a popular op…
-
Per title
-
### What happened?
Hi ! Thanks for this awesome lib !
When I use openAI sdk with litellm proxy version 1.40.16 with this message payload :
```
{
model: "vertex_ai/gemini-1.5-pro-preview-05…
-
.get().query({name: "test"}) not working?? how to pass query params?
-
Hey there!
I am having a weird issue when using the FormDataAddon or even any addon for that matter with Wretch in a React Native Expo (with TypeScript) project.
I get this error on attempting…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
Hello!
Is there any generic way to replay requests for all awaited methods?
```js
// Sends the request using the accumulated fetch options.
// Can be used to replay requests.
const reAuthOn40…
-
Hey guys 👋🏿
I'm having issues with the retry middleware.
How can I retry a request only when it's a fetchError only and not for all requests?
I tried the retryOnNetworkError as true and false …