mirror of
https://github.com/goldenfishs/MRobot.git
synced 2026-03-31 21:07:14 +08:00
准备重大更新代码生成
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user