HemanM commited on
Commit
5eef845
·
verified ·
1 Parent(s): aa2f0cf

Update inference.py

Browse files
Files changed (1) hide show
  1. 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
+ #