# OpenAI API Key for AI agent assignment feature
# Get your API key from: https://platform.openai.com/api-keys
OPENAI_API_KEY=sk-your-api-key-here
# Alternative: You can also use this environment variable name
# OPEN_AI_KEY_SHRIMP_TASK_VIEWER=sk-your-api-key-here
# Server port (optional, defaults to 9998)
# SHRIMP_VIEWER_PORT=9998