CoolFace
Apppublic

Ginnipahwa05/Meta-Pytorch

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
.env.example31 linesDownload Raw Back to root
1# Local runtime configuration2# Copy this file to `.env` and fill in your Datadog credentials.3 4# Optional for the dashboard itself; required for inference.py only.5OPENAI_API_KEY=6API_BASE_URL=https://api.openai.com/v17MODEL_NAME=gpt-3.5-turbo8HF_TOKEN=9 10# Datadog integration for logs, metrics, and APM in the dashboard.11DD_API_KEY=12DD_APP_KEY=13DD_SITE=datadoghq.com14 15# Optional: comma-separated log indexes to search, for example:16# DD_LOG_INDEXES=main,service-logs17DD_LOG_INDEXES=18 19# Elasticsearch integration for dashboard logs.20# If ELASTICSEARCH_URL is set, `/api/logs` prefers Elasticsearch over Datadog.21ELASTICSEARCH_URL=22ELASTICSEARCH_API_KEY=23ELASTICSEARCH_USERNAME=24ELASTICSEARCH_PASSWORD=25ELASTICSEARCH_LOG_INDEX=logs-*26ELASTICSEARCH_TIMESTAMP_FIELD=@timestamp27ELASTICSEARCH_SERVICE_FIELD=service28ELASTICSEARCH_MESSAGE_FIELD=message29ELASTICSEARCH_LEVEL_FIELD=log.level30ELASTICSEARCH_VERIFY_TLS=true31