Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Jan 9, 2023
1 parent eaac3f7 commit 5c73bcc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions RWKV-v4neo/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ def reply_msg(msg):
print('Bot:', msg + '\n')

def on_message(message):
global model_tokens, current_state

srv = 'dummy_server'

msg = message.strip()
Expand Down

0 comments on commit 5c73bcc

Please sign in to comment.