Spaces:
Paused
Paused
Update app.py
Browse files
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):
|