Robin Glauser
Robin Glauser
**Describe the bug** A undocumented error called `Error uploading one-time keys TypeError: account.unpublished_fallback_key is not a function` is printed in the console, when using loginWithPassword or using an access token...
Found a small error where version was misspelled.
```java /** Use {@link OpenAiService#createCompletion(CompletionRequest)} and {@link CompletionRequest#model}instead */ @Deprecated public CompletionResult createCompletion(String engineId, CompletionRequest request) ``` The example in the readme uses the old completion, which should be updated...
I got the following error when trying to use show_all with google cloud speech: ``` Traceback (most recent call last): File "main.py", line 47, in sentence = r.recognize_google_cloud(audio, credentials_json=GOOGLE_CLOUD_SPEECH_CREDENTIALS, language="de-DE",...