# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: wechat_gpt
spec:
    description: 微信公众号版本的
    variables:
        - key: WX_TOKEN
          type: STRING
          name: 微信的token
          description: 自定义一个值
        - key: APPID
          type: STRING
          name: appid
          description: 来自于微信公众号的appid
        - key: APPSECRET
          type: STRING
          name: 你的微信公众号的秘钥
          description: 你的微信公众号的APPSECRET
        - key: CHAT_URL
          type: STRING
          name: gpt的端点
          description: 你需要使用gpt回复的端点
        - key: APIKEY
          type: STRING
          name: ChatGPT的秘钥
          description: ChatGPT的apikey令牌
    tags:
        - Automation
    readme: 一键完成
    services:
        - name: wechat_gpt
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 799443950
                branch: main
