shigeru saito commited on
Commit
93d23c0
·
1 Parent(s): 27c2e5e

gpt-3.5-turbo-1106 対応

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -38,7 +38,8 @@ stability_api = client.StabilityInference(
38
  )
39
  # MODEL = "gpt-4"
40
  # MODEL = "gpt-3.5-turbo-16k"
41
- MODEL = "gpt-3.5-turbo-0613"
 
42
 
43
  def get_filetext(filename, cache={}):
44
  if filename in cache:
 
38
  )
39
  # MODEL = "gpt-4"
40
  # MODEL = "gpt-3.5-turbo-16k"
41
+ # MODEL = "gpt-3.5-turbo-0613"
42
+ MODEL = "gpt-3.5-turbo-1106"
43
 
44
  def get_filetext(filename, cache={}):
45
  if filename in cache: