Bargerya commited on
Commit
c01e3fe
1 Parent(s): e8e1c5a

beta v0.981

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -287,8 +287,7 @@ z_mapping = {
287
  }
288
 
289
  ## AI 建議
290
- ## def get_advice(API_KEY, model="gpt-3.5-turbo-16k"):
291
- def get_advice(API_KEY, model="gpt-4-turbo-preview"):
292
 
293
  if API_KEY:
294
  openai.api_key = API_KEY
 
287
  }
288
 
289
  ## AI 建議
290
+ def get_advice(API_KEY, model="gpt-3.5-turbo-16k"):
 
291
 
292
  if API_KEY:
293
  openai.api_key = API_KEY