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

https://github.com/langroid/preempt-example


https://github.com/langroid/preempt-example

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# Example of preempt usage

```
uv venv --python 3.11
. ./.venv/bin/activate
uv sync --all-extras --all-groups --upgrade-package langroid --upgrade-package preempt
```

Run the test

```
uv run tests/test-round-trip.py
```

# Run the LLM-chat test using pytest

```bash
pytest tests/test-llm-chat.py
```