Spaces:
Sleeping
Sleeping
Update inference.py
Browse files- inference.py +2 -0
inference.py
CHANGED
|
@@ -76,3 +76,5 @@ def get_gpt_response(prompt, file=None):
|
|
| 76 |
)
|
| 77 |
|
| 78 |
return response.choices[0].message.content.strip()
|
|
|
|
|
|
|
|
|
| 76 |
)
|
| 77 |
|
| 78 |
return response.choices[0].message.content.strip()
|
| 79 |
+
|
| 80 |
+
#
|