feat(ai): implement AI models management and configuration in admin panel
This commit is contained in:
@@ -15,6 +15,7 @@ services:
|
||||
NEXT_PUBLIC_API_URL_INTERNAL: "http://recipe-api:8080"
|
||||
AUTH_SECRET: "${AUTH_SECRET}"
|
||||
AUTH_URL: "${NEXT_PUBLIC_APP_URL}"
|
||||
MISTRAL_API_KEY: "${MISTRAL_API_KEY:-}"
|
||||
volumes:
|
||||
- recipe_images:/app/public/images
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user