-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The age of pseudo-ai needs some config ;)
- Loading branch information
1 parent
23cf3b8
commit 536bfe1
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# This is LLM "AI" Stuff | ||
# The quality relies heavily on the choosen model! | ||
# you need a setuped OLLAMA installation | ||
|
||
text:"de","AIUNAVAILABLE","Der konfigurierte KI Dienst ist nicht erreichbar" | ||
text:"de","AIDISABLED","Der konfigurierte KI Dienst ist nicht erreichbar" | ||
text:"de","AIHISTORYCLEARED","Ok, das Gespräch vergessen wir dann mal" | ||
text:"de","AIIDENTIFYIMAGE","Was siehst Du auf dem Bild?" | ||
text:"en","AIIDENTIFYIMAGE","What do you see on this image?" | ||
|
||
# ai:"mode","freetalk|keyword|gapfiller" | ||
|
||
ai:"keyword","question" | ||
ai:"enable","true" | ||
ai:"port","11435" | ||
ai:"host","localhost" | ||
ai:"model","llava:latest" | ||
ai:"mode","gapfiller" | ||
ai:"device","/dev/video1" | ||
ai:"resolution","1920x1080" | ||
ai:"quality","70" | ||
ai:"languageprompt","antworte in deutsch." | ||
ai:"aliases","freisprechen=freetalk,schlüsselwort=keyword,lückenfüller=gapfiller,schlüsselwort modus=keyword,lückenfüller modus=gapfiller" | ||
|
||
command:"was ist auf dem bild zu sehen","AIIDENTIFYIMAGE","","" | ||
command:"was ist auf den bildern zu sehen","AIIDENTIFYIMAGE","","" | ||
command:"was halte ich in die kamera","AIIDENTIFYCAM","","" | ||
command:"kamerabild","AIIDENTIFYCAMFREE","","" | ||
command:"was|siehst|du|auf|desktop","AIIDENTIFYCAMDESKTOP","","" | ||
command:"was|siehst|du|auf|bildschirm","AIIDENTIFYCAMDESKTOP","","" | ||
command:"wer|ist|auf|bildschirm","AIIDENTIFYCAMDESKTOP","","" | ||
command:"was|ist|auf|bildschirm","AIIDENTIFYCAMDESKTOP","","" | ||
command:"was siehst du","AIIDENTIFYCAM","","" | ||
command:"wen siehst du","AIIDENTIFYCAM","","" | ||
command:"neues gespräch","AICLEARHISTORY","","" | ||
|