You can run it by following steps:
- Prepare the configuration file
config.yaml
, example:
cherry-pick-invite.audit_webhook: <your_audit_lark_webhook>
cherry-pick-invite.github_token: <your_github_token>
ask.llm.system_prompt: <your_system_prompt>
ask.llm.model: <your_model>
ask.llm.azure_config:
api_key: <your_azure_api_key>
base_url: <your_azure_base_url>
api_version: <your_azure_api_version>
ask.llm.mcp_servers:
<a-mcp-tool-name>:
base_url: <your_mcp_server_base_url(without /sse path)>
- Run the lark bot app:
go run ./cmd/server -app-id=<your_app_id> -app-secret=<your_app_secret>
We are deploying the bot with GitOps using FluxCD, the manifest is in the chatops-lark
directory in ee-ops
.
So if you want to bump the image or update the configuration, you contribute a PR to the repository.