https://github.com/basecamp/local-tabby
Empty Repository, required for using homebrew to manage a local tabby LLM service.
https://github.com/basecamp/local-tabby
Last synced: 4 months ago
JSON representation
Empty Repository, required for using homebrew to manage a local tabby LLM service.
- Host: GitHub
- URL: https://github.com/basecamp/local-tabby
- Owner: basecamp
- License: mit
- Created: 2024-03-13T13:13:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:13:22.000Z (over 2 years ago)
- Last Synced: 2025-10-20T09:16:43.078Z (8 months ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# local-tabby
Empty Repository, required for using homebrew to manage a local tabby LLM service.
## Configuring mods
To use the locally served LLM with `mods`, you'll need to add the following
to your local `~/.config/mods/mods.yml` file, under the `apis` section:
```yaml
tabby:
base-url: http://localhost:9595/v1beta
models:
tabby:
aliases: ["tabby"]
max-input-chars: 98000
```
Next, set your `default` model to `tabby` instead of `gpt4`.
You can test it by running this command:
```bash
mods -f "Tell me about the company 37signals."
```
## Purpose
This repo primarily exists because homebrew requires a URL.