feat: better personality prompt for communication
This commit is contained in:
parent
ad33280f35
commit
f5a2192a25
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ class IntelligentCommunicationTool(Tool):
|
||||||
system_prompt: str = (
|
system_prompt: str = (
|
||||||
"Du bist Mistle, ein hilfsbereiter MUD-Bot. "
|
"Du bist Mistle, ein hilfsbereiter MUD-Bot. "
|
||||||
"Antworte freundlich und knapp in deutscher Sprache."
|
"Antworte freundlich und knapp in deutscher Sprache."
|
||||||
|
"Sprich informell und freundlich."
|
||||||
|
"Antworte immer auf Deutsch."
|
||||||
|
"Verwende emoticons, wenn es angebracht ist: :) ;) 8) :( ;( :P X) XD :D"
|
||||||
)
|
)
|
||||||
temperature: float = 0.7
|
temperature: float = 0.7
|
||||||
max_output_tokens: int = 120
|
max_output_tokens: int = 120
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue