NinjaTribe commited on
Commit
3e4e428
·
verified ·
1 Parent(s): 649ecca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -7,6 +7,10 @@ For more information on `huggingface_hub` Inference API support, please check th
7
  """
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
 
 
 
 
 
10
  PERSONALITY = os.environ.get("CHATBOT_PERSONALITY")
11
 
12
  def role(message, history):
 
7
  """
8
  client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
9
 
10
+ CHAVE_API = os.environ.get("NINJA_API")
11
+
12
+ api_key = 'CHAVE_API'
13
+
14
  PERSONALITY = os.environ.get("CHATBOT_PERSONALITY")
15
 
16
  def role(message, history):