.gitignore
.pre-commit-config.yaml
ADD_MODEL.MD
LICENSE
MANIFEST.in
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/install-tests.yml
.github/workflows/publish.yml
assets/Logo.png
chat_with_mlx/__init__.py
chat_with_mlx/app.py
chat_with_mlx.egg-info/PKG-INFO
chat_with_mlx.egg-info/SOURCES.txt
chat_with_mlx.egg-info/dependency_links.txt
chat_with_mlx.egg-info/entry_points.txt
chat_with_mlx.egg-info/requires.txt
chat_with_mlx.egg-info/top_level.txt
chat_with_mlx.egg-info/zip-safe
chat_with_mlx/models/utils.py
chat_with_mlx/models/configs/Codestral-22B-v0.1-4bit.yaml
chat_with_mlx/models/configs/Hermes-2-Pro-Llama-3-8B-4bit.yaml
chat_with_mlx/models/configs/Meta-Llama-3-8B-Instruct-4bit.yaml
chat_with_mlx/models/configs/Mistral-7B-Instruct-v0.3-4bit.yaml
chat_with_mlx/models/configs/Mixtral-8x7B-Instruct-v0.1-4bit.yaml
chat_with_mlx/models/configs/Phi-3-medium-4k-instruct-4bit.yaml
chat_with_mlx/models/configs/Phi-3-mini-128k-instruct-8bit.yaml
chat_with_mlx/models/configs/Phi-3-small-8k-instruct-4bit.yaml
chat_with_mlx/models/configs/Qwen2-1.5B-Instruct-4bit.yaml
chat_with_mlx/models/configs/Qwen2-7B-Instruct-4bit.yaml
chat_with_mlx/models/configs/Yi-1.5-9B-Chat-4bit.yaml
chat_with_mlx/models/configs/dolphin-2.9-llama3-70b-4bit.yaml
chat_with_mlx/models/configs/dolphin-2.9-llama3-8b-8bit.yaml
chat_with_mlx/models/configs/dolphin-2.9.1-yi-1.5-34b-4bit.yaml
chat_with_mlx/models/configs/stablelm-2-zephyr-1_6b.yaml
chat_with_mlx/rag/__init__.py
chat_with_mlx/rag/rag_prompt.py
chat_with_mlx/rag/utils.py