Alex Dragan
Alex Dragan
I have also noticed this behavior while working with TabNine in Visual Studio 2019. The only workaround would be to start typing with a capital letter, but this is quite...
Hello! Is there any chance for this to get checked? I would really like to see this project going further. Thanks.
@isaacwalkercox I have tried to reproduce your error and it seems to work for various cases (example): ``` var completionRequest = new CompletionRequest { Prompt = "one two three", MaxTokens...
I have managed to reproduce this by mistake with the following code: ``` private OpenAIAPI GetApi => new OpenAIAPI(engine: Engine.Ada); var api = GetApi; var completionReq = new CompletionRequest {...
Hello, @odinserj! Indeed this is an issue, although I expect the string not to be entirely visible. This should be regarded more as a workaround until a better solution is...