liyaoshi commited on
Commit
92c9610
·
verified ·
1 Parent(s): 2afd24b

test response

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -58,6 +58,8 @@ def ask_image(text,image,api_token=openai_api_key):
58
  response_content = response_data['choices'][0]['message']['content']
59
  usage = response_data['usage']
60
 
 
 
61
  return response_content
62
 
63
  except Exception as e:
 
58
  response_content = response_data['choices'][0]['message']['content']
59
  usage = response_data['usage']
60
 
61
+ response_content = 'test response'
62
+
63
  return response_content
64
 
65
  except Exception as e: