Skip to content

Commit 16941f2

Browse files
geneveramhaowork
authored andcommitted
Update config.example.yml
1 parent 6001d20 commit 16941f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

config.example.yml

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ mqtt_username: YOUR_MQTT_USER # optional
77
mqtt_password: YOUR_MQTT_PASSWORD # optional
88
verbose_summary_mode: false #optional, default true
99

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+
1024
#more optional configs are below
1125
model: gpt-4o #optional
1226

0 commit comments

Comments
 (0)