File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4848│ ├── troubleshooting.md # Solve common issues
4949│ ├── advanced.md # Advanced usage
5050│ └── contributing.md # Contribution guidelines
51+ │ └── environment_variables.md # Environment variables guidelines
52+
5153│
5254├── clients/ # Client library documentation
5355│ ├── python/ # Python client guide
5961│ └── production.md # Production setup
6062│
6163├── colab/ # Google Colab integration
62- │ └── guide .ipynb # Interactive notebook
64+ │ └── locallab_colab_guide .ipynb # Interactive notebook
6365│
6466└── features/ # Feature documentation
6567 ├── models.md # Model management
Original file line number Diff line number Diff line change 22LocalLab: Run LLMs locally with a friendly API similar to OpenAI
33"""
44
5- __version__ = "0.3.1 "
5+ __version__ = "0.3.2 "
66
77from typing import Dict , Any , Optional
88import logging
Original file line number Diff line number Diff line change 55
66setup (
77 name = "locallab" ,
8- version = "0.3.1 " ,
8+ version = "0.3.2 " ,
99 packages = find_packages (include = ["locallab" , "locallab.*" ]),
1010 install_requires = [
1111 "fastapi>=0.95.0,<1.0.0" ,
You can’t perform that action at this time.
0 commit comments