Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ fs_token = os.environ.get('fs_token')
|
|
| 43 |
|
| 44 |
llm_name = "gpt-3.5-turbo"
|
| 45 |
|
| 46 |
-
vectordb = initialize()
|
| 47 |
|
| 48 |
def chat_query(question):
|
| 49 |
|
|
|
|
| 43 |
|
| 44 |
llm_name = "gpt-3.5-turbo"
|
| 45 |
|
| 46 |
+
vectordb = initialize.initialize()
|
| 47 |
|
| 48 |
def chat_query(question):
|
| 49 |
|