ghsambit commited on
Commit
f322336
·
verified ·
1 Parent(s): 6fadd30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,4 +34,4 @@ def ask_ai(message, history):
34
  reply = result['choices'][0]['message']['content']
35
  return reply
36
  except Exception as e:
37
- return f" Error: {str(e)}"
 
34
  reply = result['choices'][0]['message']['content']
35
  return reply
36
  except Exception as e:
37
+ return f" Error: {str(e)}"