README.md
pyproject.toml
src/chat_llm_cli/__init__.py
src/chat_llm_cli/chat_llm_cli.py
src/chat_llm_cli.egg-info/PKG-INFO
src/chat_llm_cli.egg-info/SOURCES.txt
src/chat_llm_cli.egg-info/dependency_links.txt
src/chat_llm_cli.egg-info/entry_points.txt
src/chat_llm_cli.egg-info/requires.txt
src/chat_llm_cli.egg-info/top_level.txt
src/chat_llm_cli/config/__init__.py
src/chat_llm_cli/config/api_key_handler.py
src/chat_llm_cli/config/config.py
src/chat_llm_cli/config/model_handler.py
src/chat_llm_cli/llm_api/__init__.py
src/chat_llm_cli/llm_api/llm_handler.py
src/chat_llm_cli/llm_api/ollama_handler.py
src/chat_llm_cli/logs/__init__.py
src/chat_llm_cli/logs/loguru_init.py
src/chat_llm_cli/prompt/__init__.py
src/chat_llm_cli/prompt/custom_console.py
src/chat_llm_cli/prompt/expenses.py
src/chat_llm_cli/prompt/history.py
src/chat_llm_cli/prompt/prompt.py
src/chat_llm_cli/prompt/prompt_ollama.py