ChatGPT-Java-API icon indicating copy to clipboard operation
ChatGPT-Java-API copied to clipboard

Unofficial Java API supporting Chat, Assistants, and more!

Results 8 ChatGPT-Java-API issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/CJCrafter/ChatGPT-Java-API/discussions/47 Originally posted by **Nicodm13** March 16, 2024 Hello! Do you have any plans on adding stream support for assistants? Thanks in advance.

Hi, Any plans for Vision API? (https://platform.openai.com/docs/guides/vision) If no, because I need it pretty fast, I will develop using JCrafter as the base code. I'll be glad to give you...

Every object gets their own handler accessible from the `OpenAI` class except for completions (both completions and chat completions). They each should get their own handler. This will also help...

https://community.openai.com/t/function-call-complex-arrays-as-parameters/295648/2

There are some error types that we might except to happen, and we should have forums that request log information for those specific errors. For example, an uncaught JsonSyntaxException implies...

https://platform.openai.com/docs/api-reference/images

With this fix, you can actually use the ChatResponseFormat 😄

``` // openai // To use dotenv, you need to add the "io.github.cdimascio:dotenv-kotlin:version" // dependency. Then you can add a .env file in your project directory. //String key = Dotenv.load().get("OPENAI_TOKEN");...