Chatbot / .gitignore
pratikcsv's picture
added the llm classes to load right llm based on the selected provider
05c86f0
raw
history blame contribute delete
179 Bytes
venv/
env.txt/
__pycache__/
# Ignore __pycache__ directories everywhere
**/__pycache__/
# Specific paths to ignore
llms/__pycache__/
ui/__pycache__/
# Environment files
env.txt