Skip to content

Commit 1bc23d6

Browse files
committed
fix(telegram-test): use [llm.openai] subsection instead of flat [llm] fields
1 parent b7d6c64 commit 1bc23d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/telegram-test.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ auto_update_check = false
2222

2323
[llm]
2424
provider = "openai"
25+
26+
[llm.openai]
2527
base_url = "https://api.openai.com/v1"
2628
model = "gpt-4o-mini"
2729
max_tokens = 4096

0 commit comments

Comments
 (0)