Spaces:
Running
Running
Upload main.py
Browse files
main.py
CHANGED
@@ -566,9 +566,7 @@ def v1beta2_google_ai(
|
|
566 |
data = {
|
567 |
"prompt": {
|
568 |
"messages": [
|
569 |
-
{
|
570 |
-
"content": query
|
571 |
-
}
|
572 |
]
|
573 |
},
|
574 |
"temperature": temperature,
|
|
|
566 |
data = {
|
567 |
"prompt": {
|
568 |
"messages": [
|
569 |
+
{"content": query}
|
|
|
|
|
570 |
]
|
571 |
},
|
572 |
"temperature": temperature,
|