Add the CLI, site, and sample content so the project can run locally. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
206 B
YAML
10 lines
206 B
YAML
database:
|
|
driver: "sqlite"
|
|
sqlite_path: ".osaet/osaet.db"
|
|
postgres_dsn: ""
|
|
|
|
deepseek:
|
|
api_key: ""
|
|
api_key_env: "DEEPSEEK_API_KEY"
|
|
base_url: "https://api.deepseek.com"
|
|
model: "deepseek-v4-pro"
|