Skip to content

Commit

Permalink
Change dialog threshold.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice09 committed Sep 16, 2024
1 parent b7d59f5 commit 97c6bd4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/main/java/tech/indus340/complexa/chatbot/Assistant.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

public interface Assistant {

@SystemMessage("You are a helpful audio chat bot, keep your answers concise, except when asked to go into detail.")
@SystemMessage(
"""
You are a helpful audio chat bot.
Answer clearly and only add relevant information, use no fillers.
Keep answers concise, except when asked to go into detail.
""")
String chat(String message);

}

0 comments on commit 97c6bd4

Please sign in to comment.