Add Open Fiesta AI chat template (#314)

This commit is contained in:
Jainil Prajapati 🪐
2025-08-28 12:00:58 +05:30
committed by GitHub
parent 8188e30f46
commit 393557c160
4 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
version: "3.8"
services:
ai_fiesta:
image: ghcr.io/jaainil/open-fiesta-ghcr:latest
restart: unless-stopped
environment:
NODE_ENV: production
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
GEMINI_API_KEY: ${GEMINI_API_KEY}
UNSTABLE_INFERENCE_API_KEY: ${UNSTABLE_INFERENCE_API_KEY}
OLLAMA_URL: ${OLLAMA_URL}

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 KiB

View File

@@ -0,0 +1,14 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "ai_fiesta"
port = 3000
host = "${main_domain}"
[config.env]
OPENROUTER_API_KEY = "${OPENROUTER_API_KEY}"
GEMINI_API_KEY = "${GEMINI_API_KEY}"
UNSTABLE_INFERENCE_API_KEY = "${UNSTABLE_INFERENCE_API_KEY}"
OLLAMA_URL = "${OLLAMA_URL}"

View File

@@ -3257,6 +3257,24 @@
"event"
]
},
{
"id": "open-fiesta",
"name": "Open Fiesta",
"version": "latest",
"description": "Open Fiesta is an open-source AI chat and inference UI, supporting multiple backends such as OpenRouter, Gemini, and Ollama.",
"logo": "image.png",
"links": {
"github": "https://github.com/jaainil/open-fiesta",
"website": "https://github.com/jaainil/open-fiesta",
"docs": "https://github.com/jaainil/open-fiesta#readme"
},
"tags": [
"ai",
"chatbot",
"inference",
"frontend"
]
},
{
"id": "open-webui",
"name": "Open WebUI",