Zeeshan Mustafa

Results 12 comments of Zeeshan Mustafa

@samperizal , are you looking for number of tokens consumed by your request and response (in total)? There is a property named `Usage` in `ChatResult`, `CompletionResult` and `EmbeddingResult`. You can...

@jeffdapaz , are you looking for something like CancellationToken, that you can use to stop streaming?

in my `dotnet 8` client application, I have added NuGet [Google.Api.Gax.Grpc](https://www.nuget.org/packages/Google.Api.Gax.Grpc/) and it resolved this compilation error.

@jesesqui , the text quality is pretty good. are you having any issues? ![image](https://user-images.githubusercontent.com/9975195/234957463-b1cec1f0-73fa-49cf-ace9-bb5d20cc56a4.png) Also, you can try changing text/font properties to desired one by changing the associated fabric.IText object....

Hi @vicmutish , What do you mean by 'blur'? Is the quality low? I can suggest you to check `options` parameter of `PDFAnnotate`. The option values provided impact the quality...

@OkGoDoIt / @megalon , could this be reviewed and merged if possible please? It is very simple implementation of 'edits' endpoint. The reason I'm using this package in an app...

@OkGoDoIt , not necessarily, only if you want to keep history of deprecated models and endpoints. Let me know your thoughts on this, I'll then clean up and mark related...

@kikores , can you show the relavant section of code, how you are using CreateCompletionAsync, for example.

@lofti198 , you need to call `SetConversationSystemMessage` method of `ChatGpt` object. It expects two parameters, first one being 'conversationId' and second one being the 'system message'. For example, in your...

@PrisonerZERO , the error message is misleading. The actual problem is the access level of the constructors of `EndpointBase` and `ImageSize` is `internal`, hence the references in `OpenAI_Tests` assembly will...