https://github.com/oduerr/llm_playground
Playground for LMM
https://github.com/oduerr/llm_playground
Last synced: 2 days ago
JSON representation
Playground for LMM
- Host: GitHub
- URL: https://github.com/oduerr/llm_playground
- Owner: oduerr
- Created: 2023-06-07T12:08:49.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-12T13:42:35.000Z (3 months ago)
- Last Synced: 2026-03-12T17:09:33.320Z (3 months ago)
- Language: Jupyter Notebook
- Size: 2.27 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# llm_playground
Playground for LLM experiments.
## Setup
```bash
uv sync
```
Run scripts with `uv run python tools_usage/tool_usage.py` or activate `.venv` and use `python` as usual.