准备重大更新代码生成

This commit is contained in:
2025-08-04 19:19:32 +08:00
parent 254328ddc8
commit fe82822d58
12 changed files with 1572 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ class AIWorker(QThread):
self.prompt = prompt
def run(self):
url = "http://154.37.215.220:11434/api/generate"
url = "http://qutrobot.top:11434/api/generate"
payload = {
"model": "qwen3:0.6b",
"prompt": self.prompt