You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
290 B
14 lines
290 B
[zookeeper]
|
|
;zk地址
|
|
zkhost=172.18.1.146:2181,172.18.1.147:2181,172.18.1.148:2181
|
|
;节点
|
|
node=/analyze
|
|
|
|
[kafka]
|
|
;服务器地址
|
|
bootstrap_servers=172.18.1.146:9092,172.18.1.147:9092,172.18.1.148:9092
|
|
;topic
|
|
topic=produce_analyze
|
|
|
|
[gptmodel]
|
|
url=https://api.openai.com/v1/chat/completions
|