We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d6c64 commit 1bc23d6Copy full SHA for 1bc23d6
1 file changed
config/telegram-test.toml
@@ -22,6 +22,8 @@ auto_update_check = false
22
23
[llm]
24
provider = "openai"
25
+
26
+[llm.openai]
27
base_url = "https://api.openai.com/v1"
28
model = "gpt-4o-mini"
29
max_tokens = 4096
0 commit comments