💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
## 1. 释义 启动configtxlator的REST服务。 ## 2. 使用方法 ``` ~$ configtxlator start [<flags>] ``` 命令标志: ``` --help Show context-sensitive help (also try --help-long and --help-man). --hostname="0.0.0.0" The hostname or IP on which the REST server will listen --port=7059 The port on which the REST server will listen ``` ## 3. 示例代码 下面的示例在本地8080端口启动rest服务: ``` ~$ configtxlator start --hostname="127.0.0.1" --port=8080 ```