-
I followed all the steps but when I push the button to send the text I always receive this error message:
NullReferenceException: Object reference not set to an instance of an object
OpenAI.ChatGP…
-
In the backend, there is repetitive use of openai configuration, make a custom function file, and import it into all files.
-
Hi there,
*Moderation* is mentioned in the docs:
- https://beta.openai.com/docs/guides/moderation/overview
- https://beta.openai.com/docs/api-reference/moderations
However the `post https://…
-
```
import { Dalle } from "dalle-node"
```
It works when imported in NextJS API Route, but when above import statement moved to component file, it fails with following error:
![image](https://…
-
Randomly, unbeknownst to me, I get a SocketTimeoutExeption during some executions for createCompletion. I don't know how to increase the connection timeout for OpenAiService and was wondering if I cou…
Ugleh updated
2 years ago
-
Hi! First of all, thank you for your work it was very useful for my project.
I am trying to implement a virtual voice assistant using the Hololens 2 and it works fine using the VR preview. Still, I …
-
## When Users search for a place, they will also get suggestions like famous restaurants🍲, places of interest🏞️ or activities🏕️ which are prevalent during that particular season.
# For example:
…
-
I'm trying to upload a file that can then be used to create a fine-tune. It's been passed through the CLI validator so I know it's correct, but I keep getting the following error from Axios:
```js
…
-
The Plugin seems to be failing to send stop sequences.
The completions seem to ignore them.
I have the impression that stop sequences are not working properly because the parameter is looking f…
-
In the readme, the following link 404's: https://github.com/TheoKanning/openai-java/blob/main/client/src/main/java/openai/OpenAiApi.java
I believe it should instead link to: https://github.com/Theo…