# tenere
[pythops/tenere: 🤖 TUI interface for LLMs written in Rust](https://github.com/pythops/tenere)
- ollama で動かしてる
- `config.toml` が読み込まれない問題
- `tenere -c ~/path/to/custom/config.toml`
- `c` オプションが使えない
- 2 箇所に設定したが、どっちが効いてるかわからない
- $HOME/.config/tenere/config.toml
- $HOME/Library/Application Support/tenere/config.toml
`config.toml`
```toml
llm = "ollama"
[ollama]
url = "http://localhost:11434/api/chat"
model = "llama3.1:70b"
```