Update run.py
Browse files
run.py
CHANGED
@@ -5,7 +5,7 @@ import json
|
|
5 |
from huggingface_hub import InferenceClient
|
6 |
|
7 |
dbPath='/Users/thiloid/Desktop/LSKI/ole_nest/Chatbot/LLM/chromaTS'
|
8 |
-
if(os.path.exists(dbPath)==False): dbPath="/home/user/app/chromaTS
|
9 |
|
10 |
print(dbPath)
|
11 |
#path='chromaTS'
|
|
|
5 |
from huggingface_hub import InferenceClient
|
6 |
|
7 |
dbPath='/Users/thiloid/Desktop/LSKI/ole_nest/Chatbot/LLM/chromaTS'
|
8 |
+
if(os.path.exists(dbPath)==False): dbPath="/home/user/app/chromaTS"
|
9 |
|
10 |
print(dbPath)
|
11 |
#path='chromaTS'
|