phoenix
phoenix
**Is your feature request related to a problem? Please describe.** Not really its just cool **Describe the solution you'd like** I would like to be able to use rich prescence...
``` package net.Amogh; import com.theokanning.openai.OpenAiService; import com.theokanning.openai.completion.CompletionRequest; public class Main { public static void main(String[] args){ OpenAiService service = new OpenAiService("token here"); CompletionRequest completionRequest = CompletionRequest.builder() .prompt("Hi") .echo(true) .build(); service.createCompletion(completionRequest).getChoices().forEach(System.out::println);...
I'm making a plugin and as far as I could see, the only chat message sending possiblity was for DiscordSRV so I just made an extra simple new function for...
Hi! If you could make the windows searhc work at the top as well that would be absolutely amazing