modified: src/process.py
This commit is contained in:
@ -30,7 +30,8 @@ class SiloconFlowAPI:
|
||||
print("server busy,waiting")
|
||||
time.sleep(10)
|
||||
i = 0
|
||||
if(self.count>maxcount)
|
||||
if(self.count>maxcount):
|
||||
return " "
|
||||
return self.get_ai_message(message,i)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user