Fedir Zadniprovskyi

Results 10 issues of Fedir Zadniprovskyi

Is there a way to change the default behaviour so that MongoDb's _id field gets mapped to _id field of the Document instead of id? ``` class Product(Document): _id: PydanticObjectId...

Currently, `GraphQLResolveInfo.context` is being typed as `Any`, making `GraphQLResolveInfo` a generic would give users the ability to provide their type. This is already being done in `GraphQL.js` ``` export type...

Hey, I've just created [parler-tts-server](https://github.com/fedirz/parler-tts-server) which is an OpenAI compatible web-server that can be deployed using Docker wrapping `parler-tts`. I'd like to create a pull-request, modifying the "Usage" section with...

https://platform.openai.com/docs/api-reference/audio/createTranscription#audio-createtranscription-file

https://platform.openai.com/docs/api-reference/realtime https://platform.openai.com/docs/api-reference/realtime-client-events/input_audio_buffer/append https://platform.openai.com/docs/api-reference/realtime-server-events/conversation/item/input_audio_transcription/completed

Fixes incorrect new relic OTEL example --- **Checklist** Complete the checklist (and note appropriate exceptions) before the PR is marked ready-for-review. - [x] Changes are compatible[^1] - [x] Documentation[^2] completed...