Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Sep 12, 2024
1 parent 2758e97 commit 3004675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/assistants/chain.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def get_chain():
doc_path = os.path.join(settings.BASE_DIR, "chat_bot_database.txt")
doc_path = os.path.join(settings.BASE_DIR, "ai-database.txt")
data = TextLoader(doc_path)
docs = data.load()

Expand Down

0 comments on commit 3004675

Please sign in to comment.