Khrisna commited on
Commit
c3ef673
·
verified ·
1 Parent(s): 655d206

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -112,7 +112,7 @@ app.post('/api/openai/gpt4', async (req, res) => {
112
  })
113
  }
114
  } else if(!images) {
115
- const response await askOpenGPT4o(prompt)
116
  res.json({
117
  status: true,
118
  result: response
 
112
  })
113
  }
114
  } else if(!images) {
115
+ const response = await askOpenGPT4o(prompt)
116
  res.json({
117
  status: true,
118
  result: response