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