files cant't be seen by LLM, but everything else works.

This commit is contained in:
emil
2026-04-26 22:55:48 +03:00
parent 2307c63bf1
commit 9bafe9fbf2
12 changed files with 682 additions and 481 deletions
+8 -8
View File
@@ -1,9 +1,9 @@
# Strapi secrets - change these in production!
JWT_SECRET=your-jwt-secret-here
ADMIN_JWT_SECRET=your-admin-jwt-secret-here
APP_KEYS=your-app-key-1,your-app-key-2
API_TOKEN_SALT=your-api-token-salt
TRANSFER_TOKEN_SALT=your-transfer-token-salt
# OpenAI-compatible API configuration
OPENAI_API_URL=https://api.openai.com/v1
OPENAI_API_KEY=your-api-key-here
# Optional: Strapi API token for backend integration
STRAPI_API_TOKEN=
# Default model
DEFAULT_MODEL=gpt-4o-mini
# Backend JWT secret (change in production)
JWT_SECRET=your-jwt-secret-here