orrinin commited on
Commit
3cbea9b
·
verified ·
1 Parent(s): 163bdcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ LICENSE = '采用 ' + MODEL_NAME + ' 模型'
47
 
48
  def endpoints(api_key):
49
  if api_key is not None:
50
- if api_key.startwith('sk-'):
51
  return 'OPENAI'
52
  else:
53
  return 'GOOGLE'
 
47
 
48
  def endpoints(api_key):
49
  if api_key is not None:
50
+ if api_key.startswith('sk-'):
51
  return 'OPENAI'
52
  else:
53
  return 'GOOGLE'