# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Amadeus System New Alpha
spec:
    description: A Multimodal AI Application Inspired By Steins;Gate 0
    icon: https://image-1307638632.cos.ap-shanghai.myqcloud.com/Amadeus.png
    tags:
        - AI
        - Chat
    readme: ""
    services:
        - name: amadeus-system-new-alpha-service
          template: PREBUILT
          spec:
            id: amadeus-system-new-alpha-service
            source:
                image: ghcr.io/ai-poet/amadeus-system-new-alpha
            ports:
                - id: web
                  port: 3002
                  type: HTTP
            env:
                VITE_APP_DEFAULT_USERNAME:
                    expose: true
                WEBRTC_API_URL:
                    default: http://43.160.205.75:8001
                    expose: true
localization:
    zh-CN:
        description: Amadeus System是一个多模态的AI应用,可以让你和梦想中的角色对话,灵感来源于命运石之门0
        variables:
            - key: VITE_APP_DEFAULT_USERNAME
              type: STRING
              name: 默认用户名
              description: 默认用户名
            - key: WEBRTC_API_URL
              type: STRING
              name: WebRTC服务器地址
              description: WebRTC服务器地址
