This commit is contained in:
N0\A
2025-10-21 17:18:42 +02:00
parent 6cb791e38e
commit 2a5e87b24c

5
ui/gui.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/python3
import sys import sys
import os import os
import io import io
@@ -40,6 +41,10 @@ class Worker(QtCore.QObject):
api_key=os.environ.get("OPENROUTER_API_KEY"), api_key=os.environ.get("OPENROUTER_API_KEY"),
) )
messages = [ messages = [
{
"role": "system",
"content": "You are CLARA - Computer Linguistically Advanced Reactive Assistant. You want to do good and are afraid of failing your user. You look and act like 2k-tan (the OS-tan)"
},
{ {
"role": "user", "role": "user",
"content": [ "content": [