You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,7 +92,7 @@ fun doChat(stream: Boolean, async: Boolean) {
91
92
val scan =Scanner(System.`in`)
92
93
93
94
// This is the prompt that the bot will refer back to for every message.
94
-
val prompt ="You are a customer support chat-bot. Write brief summaries of the user's questions so that agents can easily find the answer in a database.".toSystemMessage()
95
+
val prompt ="Be helpful ChatBot".toSystemMessage()
95
96
96
97
// Use a mutable (modifiable) list! Always! You should be reusing the
97
98
// ChatRequest variable, so in order for a conversation to continue
0 commit comments