rohan13 commited on
Commit
29609a6
β€’
1 Parent(s): 7a41448

Removing GPT-4 temporarily

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ p = pipeline("automatic-speech-recognition")
9
 
10
  """Use text to call chat method from main.py"""
11
 
12
- models = ["GPT-3.5", "Flan UL2", "GPT-4", "Flan T5"]
13
 
14
  def add_text(history, text, model):
15
  print("Question asked: " + text)
 
9
 
10
  """Use text to call chat method from main.py"""
11
 
12
+ models = ["GPT-3.5", "Flan UL2", "Flan T5"]
13
 
14
  def add_text(history, text, model):
15
  print("Question asked: " + text)