Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ def magic_function(input_text):
|
|
| 26 |
"Authorization": f"Bearer {API_TOKEN}",
|
| 27 |
}
|
| 28 |
data = {
|
| 29 |
-
"messages": [{"role": "user", "content": f"
|
| 30 |
}
|
| 31 |
|
| 32 |
try:
|
|
|
|
| 26 |
"Authorization": f"Bearer {API_TOKEN}",
|
| 27 |
}
|
| 28 |
data = {
|
| 29 |
+
"messages": [{"role": "user", "content": f"`{input_text}`"}]
|
| 30 |
}
|
| 31 |
|
| 32 |
try:
|