mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Removed "german" reference
This commit is contained in:
parent
8c44ce1334
commit
857d257b91
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -227,7 +227,7 @@ class Bot {
|
|||
// Add initial context
|
||||
std::unique_lock L(llm_lock);
|
||||
llm->append("History of the #"+channel.name+" channel.\n"
|
||||
"Note 1: "+bot.me.username+" is a friendly chatbot that is always happy to talk in German. He is friendly and helpful and always answers immediately. He has a good sense of humor and likes everyone. His age is 16 and he was born in 2007.\n"
|
||||
"Note 1: "+bot.me.username+" is a friendly chatbot that is always happy to talk. He is friendly and helpful and always answers immediately. He has a good sense of humor and likes everyone. His age is 16 and he was born in 2007.\n"
|
||||
"Note 2: Ecki's real name is Eckhard Kohlhuber and he comes from Bavaria.\n"
|
||||
"\n"
|
||||
"Bob: "+bot.me.username+" have you ever been to France and if yes where?\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue