mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
aichat is an all in one CLI tool for AI interactions. On first run it prompts you to create a config so I made a home manager module to do this declaratively.
8 lines
159 B
YAML
8 lines
159 B
YAML
clients:
|
|
- api_base: http://localhost:11434/v1
|
|
models:
|
|
- name: llama3.2:latest
|
|
name: Ollama
|
|
type: openai-compatible
|
|
model: Ollama:mistral-small:latest
|