File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ mqtt_username: YOUR_MQTT_USER # optional
7
7
mqtt_password : YOUR_MQTT_PASSWORD # optional
8
8
verbose_summary_mode : false # optional, default true
9
9
10
+ # ##############################################################################
11
+ # openai endpoint stuff. if you have a local llm serving openai compatible
12
+ # endpoints (like ollama or vllm or lm-studio), change these to hit your
13
+ # local install. e.g. if http://ollama.local:11434/v1 is the openai
14
+ # compatible endpoint you would change the below variables the following:
15
+ # openai_api_host: localhost
16
+ # openai_api_port: 11434
17
+ # openai_api_protocol: http
18
+ # ##############################################################################
19
+
20
+ openai_api_host : api.openai.com # optional, default api.openai.com
21
+ openai_api_port : 443 # optional, default 443
22
+ openai_api_protocol : https # optional, default https
23
+
10
24
# more optional configs are below
11
25
model : gpt-4o # optional
12
26
You can’t perform that action at this time.
0 commit comments