Skip to content

Commit

Permalink
The age of pseudo-ai needs some config ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyborgscode authored Aug 7, 2024
1 parent 23cf3b8 commit 536bfe1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions home/user/.config/pva/conf.d/13-ollama.conf
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","",""

0 comments on commit 536bfe1

Please sign in to comment.