chatgpt-spring-boot-starter icon indicating copy to clipboard operation
chatgpt-spring-boot-starter copied to clipboard

a chatgpt starter based on Openai Official Apis.

Results 1 chatgpt-spring-boot-starter issues
Sort by recently updated
recently updated
newest added

For example: `@Autowired private ChatgptService chatgptService; public void testMultiChat(){ List messages = Arrays.asList( new MultiChatMessage("system","You are a helpful assistant."), new MultiChatMessage("user","Who won the world series in 2020?"), new MultiChatMessage("assistant","The Los...