feat: migrate config to pydantic-settings (#65)
This commit is contained in:
@@ -20,6 +20,9 @@ All config lives in `~/.takopi/takopi.toml`.
|
||||
```toml
|
||||
default_engine = "codex" # optional
|
||||
default_project = "z80" # optional
|
||||
transport = "telegram" # required
|
||||
|
||||
[transports.telegram]
|
||||
bot_token = "..." # required
|
||||
chat_id = 123 # required
|
||||
|
||||
|
||||
Reference in New Issue
Block a user