Woocy commited on
Commit
435970f
1 Parent(s): f716328

Update chat_func.py

Browse files
Files changed (1) hide show
  1. chat_func.py +1 -1
chat_func.py CHANGED
@@ -360,7 +360,7 @@ def predict(
360
  + colorama.Fore.BLUE
361
  + f"{history[-1]['content']}"
362
  + colorama.Style.RESET_ALL
363
- + os.environ.get('USERNAME')
364
  )
365
 
366
  if stream:
 
360
  + colorama.Fore.BLUE
361
  + f"{history[-1]['content']}"
362
  + colorama.Style.RESET_ALL
363
+ + str(os.environ.get('USERNAME'))
364
  )
365
 
366
  if stream: