husseinelsaadi commited on
Commit
39a4147
·
1 Parent(s): d8529bc

chromadb adjusted

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -49,8 +49,7 @@ import json
49
  # directory will be created automatically by the Chroma client if it does not
50
  # exist.
51
  CHATBOT_TXT_PATH = os.path.join(current_dir, 'chatbot', 'chatbot.txt')
52
- CHATBOT_DB_DIR = os.path.join(current_dir, 'chatbot', 'chroma_db')
53
-
54
  # API credentials for Groq. These values mirror those in the standalone
55
  # ``chatbot/chatbot.py`` script. If you need to update your API key or
56
  # model name, modify these constants. The API key is public in this
 
49
  # directory will be created automatically by the Chroma client if it does not
50
  # exist.
51
  CHATBOT_TXT_PATH = os.path.join(current_dir, 'chatbot', 'chatbot.txt')
52
+ CHATBOT_DB_DIR = "/tmp/chroma_db"
 
53
  # API credentials for Groq. These values mirror those in the standalone
54
  # ``chatbot/chatbot.py`` script. If you need to update your API key or
55
  # model name, modify these constants. The API key is public in this