files cant't be seen by LLM, but everything else works.
This commit is contained in:
+8
-8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user