Package ru.hackaton.service
Class ChatGPTService
java.lang.Object
ru.hackaton.service.ChatGPTService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsendMessage
(String prompt, String question) Method to send a message to ChatGPT and receive a response.
-
Constructor Details
-
ChatGPTService
-
-
Method Details
-
sendMessage
Method to send a message to ChatGPT and receive a response.- Parameters:
prompt
- The prompt to set the context of the conversation (system message)question
- The actual question or message from the user- Returns:
- The response generated by ChatGPT
-