raul-padua commited on
Commit
68b57cc
1 Parent(s): a311879

changing to gpt-4.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ async def factory():
42
  llm_predictor = LLMPredictor(
43
  llm=ChatOpenAI(
44
  temperature=0,
45
- model_name="gpt-4-32k",
46
  streaming=True,
47
  ),
48
  )
 
42
  llm_predictor = LLMPredictor(
43
  llm=ChatOpenAI(
44
  temperature=0,
45
+ model_name="gpt-4",
46
  streaming=True,
47
  ),
48
  )