Masa-digital-art commited on
Commit
e98343d
1 Parent(s): febadaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ article = """
30
 
31
  load_dotenv()
32
  openai.api_key = os.getenv('OPENAI_API_KEY')
33
- MODEL = "gpt-4"
34
 
35
  def get_filetext(filename, cache={}):
36
  if filename in cache:
 
30
 
31
  load_dotenv()
32
  openai.api_key = os.getenv('OPENAI_API_KEY')
33
+ MODEL = "gpt-3.5-turbo"
34
 
35
  def get_filetext(filename, cache={}):
36
  if filename in cache: