Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ async def factory():
|
|
33 |
llm_predictor = LLMPredictor(
|
34 |
llm=OpenAI(
|
35 |
temperature=0,
|
36 |
-
model_name="gpt-3.5-turbo-0613:personal::7sckuHOj",
|
37 |
streaming=True,
|
38 |
context_window=2048,
|
39 |
),
|
|
|
33 |
llm_predictor = LLMPredictor(
|
34 |
llm=OpenAI(
|
35 |
temperature=0,
|
36 |
+
model_name="ft:gpt-3.5-turbo-0613:personal::7sckuHOj",
|
37 |
streaming=True,
|
38 |
context_window=2048,
|
39 |
),
|