We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7702c commit cc9636eCopy full SHA for cc9636e
README.md
@@ -114,8 +114,7 @@ Chatbot bot = new Chatbot(apiKey, SupportedChatModels.openai);
114
// 2- prepare the chat history by calling addMessage.
115
String mode = "You are a helpful astronomy assistant.";
116
ChatModelInput input = new ChatGPTInput.Builder(mode)
117
- .addUserMessage("what is the space between moon and earth")
118
- .build();
+ .addUserMessage("what is the space between moon and earth").build();
119
120
// 3- call chat!
121
List<String> resValues = bot.chat(input);
0 commit comments