An open API service indexing awesome lists of open source software.

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

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.