This commit is contained in:
parent
3d3ffd2367
commit
edeadaca80
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ while True:
|
||||||
)
|
)
|
||||||
aimsg = aiconnector.send_message(CAImodel, new.chat_id, chatquery)
|
aimsg = aiconnector.send_message(CAImodel, new.chat_id, chatquery)
|
||||||
ai_storage[channel] = new.chat_id
|
ai_storage[channel] = new.chat_id
|
||||||
mulitline(aimsg, channel)
|
multiline(aimsg, channel)
|
||||||
except:
|
except:
|
||||||
multiline("Something went wrong while connecting to Character.AI.", channel)
|
multiline("Something went wrong while connecting to Character.AI.", channel)
|
||||||
print(traceback.format_exc())
|
print(traceback.format_exc())
|
||||||
|
|
Loading…
Reference in a new issue