Skip to content

Commit 8afc10c

Browse files
authored
feat: update assertoor config (#1312)
update assertoor config to: * disable api authentication * enable client side AI assistant (with user provided key) these are new settings that are ignored in older assertoor versions. preparation for ethpandaops/assertoor#137
1 parent 903fd99 commit 8afc10c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

static_files/assertoor-config/config.yaml.tmpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,23 @@ web:
2222
pprof: true
2323
api:
2424
enabled: true
25+
disableAuth: true
2526

2627
database:
2728
engine: "sqlite"
2829
sqlite:
2930
file: "/app/assertoor-database.sqlite"
3031

32+
ai:
33+
enabled: true
34+
defaultModel: anthropic/claude-sonnet-4
35+
allowedModels:
36+
- anthropic/claude-sonnet-4
37+
- anthropic/claude-opus-4
38+
- openai/gpt-4o
39+
- google/gemini-2.0-flash-001
40+
maxTokens: 8192
41+
3142
validatorNames:
3243
inventoryYaml: "/validator-ranges/validator-ranges.yaml"
3344

0 commit comments

Comments
 (0)