Spaces:
Runtime error
Runtime error
Commit
·
522a3f7
1
Parent(s):
d0c282d
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ service_context = ServiceContext.from_defaults(llm=ChatOpenAI(
|
|
90 |
temperature=0,
|
91 |
# model_name="gpt-3.5-turbo-1106"
|
92 |
model_name="gpt-4-1106-preview")
|
93 |
-
)
|
94 |
|
95 |
# Indexの作成
|
96 |
index = VectorStoreIndex.from_documents(
|
|
|
90 |
temperature=0,
|
91 |
# model_name="gpt-3.5-turbo-1106"
|
92 |
model_name="gpt-4-1106-preview")
|
93 |
+
)
|
94 |
|
95 |
# Indexの作成
|
96 |
index = VectorStoreIndex.from_documents(
|