Jori Geysen commited on
Commit
8e7bda1
1 Parent(s): bc7369a

update finetuned model version

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ async def factory():
33
  llm_predictor = LLMPredictor(
34
  llm=OpenAI(
35
  temperature=0,
36
- model="ft:gpt-3.5-turbo-0613:personal::7sleLdbA",
37
  streaming=True,
38
  context_window=2048,
39
  ),
 
33
  llm_predictor = LLMPredictor(
34
  llm=OpenAI(
35
  temperature=0,
36
+ model="ft:gpt-3.5-turbo-0613:personal::7sooXtln",
37
  streaming=True,
38
  context_window=2048,
39
  ),