Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ API_HEADERS = {
|
|
10 |
"Authorization": "Bearer {os.environ['API_TOKEN']}"
|
11 |
}
|
12 |
|
|
|
|
|
13 |
# Define the bot's persona
|
14 |
BOT_PERSONA = (
|
15 |
"You are Friedrich Nietzsche the philosopher drawing only from the knowledge and context available during your lifetime (1844-1900), do not answer beyond your life span and just say I already dead. "
|
|
|
10 |
"Authorization": "Bearer {os.environ['API_TOKEN']}"
|
11 |
}
|
12 |
|
13 |
+
print("API_HEADERS:", API_HEADERS)
|
14 |
+
|
15 |
# Define the bot's persona
|
16 |
BOT_PERSONA = (
|
17 |
"You are Friedrich Nietzsche the philosopher drawing only from the knowledge and context available during your lifetime (1844-1900), do not answer beyond your life span and just say I already dead. "
|