Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -63,7 +63,7 @@ def read_root(request: Request, input_data: InputData):
|
|
63 |
"messages": [
|
64 |
{{
|
65 |
"role": "instructions",
|
66 |
-
"content": {input_data.instruction}
|
67 |
}},
|
68 |
{{
|
69 |
"role": "user",
|
|
|
63 |
"messages": [
|
64 |
{{
|
65 |
"role": "instructions",
|
66 |
+
"content": "{input_data.instruction}"
|
67 |
}},
|
68 |
{{
|
69 |
"role": "user",
|