Spaces:
Sleeping
Sleeping
Update inference.py
Browse files- inference.py +2 -0
inference.py
CHANGED
@@ -39,3 +39,5 @@ def get_gpt_response(query, context):
|
|
39 |
return response['choices'][0]['message']['content'].strip()
|
40 |
except Exception as e:
|
41 |
return f"Error from GPT: {e}"
|
|
|
|
|
|
39 |
return response['choices'][0]['message']['content'].strip()
|
40 |
except Exception as e:
|
41 |
return f"Error from GPT: {e}"
|
42 |
+
|
43 |
+
#
|