MatteoScript commited on
Commit
ed9dba7
1 Parent(s): 8df09e4

Update chat_client.py

Browse files
Files changed (1) hide show
  1. chat_client.py +2 -0
chat_client.py CHANGED
@@ -1,6 +1,8 @@
1
  from huggingface_hub import InferenceClient
2
  import os
3
  from dotenv import load_dotenv
 
 
4
  load_dotenv()
5
 
6
  API_TOKEN = os.getenv('HF_TOKEN')
 
1
  from huggingface_hub import InferenceClient
2
  import os
3
  from dotenv import load_dotenv
4
+ import random
5
+
6
  load_dotenv()
7
 
8
  API_TOKEN = os.getenv('HF_TOKEN')