# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Finding
spec:
    description: Find the best .ing domain for your website.
    variables:
        - key: API_KEY
          type: STRING
          name: What's your OpenAI API key?
          description: You need to fill in your OpenAI API key to get response from OpenAI.
    tags:
        - ChatGPT
    readme: |-
        # Find.ing

        Find the best .ing domain for your website using ChatGPT.
    services:
        - name: Finding
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 727989469
                branch: main
            env:
                OPENAI_API_KEY:
                    default: ${API_KEY}
