-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
7 lines (7 loc) · 1.16 KB
/
.env
File metadata and controls
7 lines (7 loc) · 1.16 KB
1
2
3
4
5
6
7
SUPABASE_URL = "https://ygvankelmtmuelmidwjm.supabase.co"
SUPABASE_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InlndmFua2VsbXRtdWVsbWlkd2ptIiwicm9sZSI6InNlcnZpY2Vfcm9sZSIsImlhdCI6MTY5OTIyMTc3MywiZXhwIjoyMDE0Nzk3NzczfQ.0VZ9vVTAZrUGY-3UeFwFEuplDsbnyjm6bA17rzBtEcA"
SYSTEM_PROMPT = 'Generate JSON from domain, skill (beginner, intermediate, advanced, professional, expert). Output: project (text), description (text) and hours (numerical). Always name the fields "project", "description" and "hours". Always have a simple JSON, with 3 simple fields, 2 text, 1 numerical.'
SYSTEM_PROMPT2 = 'Generate a JSON response with three fields: "project," "description," and "hours." The "project" field should contain a creative and detailed project title. The "description" field should include a thorough project description. The "hours" field should be a numerical value representing an estimation of the project\'s duration. Input: "<domain> <expertise level>"'
OPENAI_KEY = "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"
OPENAI_KEY2 = "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"
OPENAI_KEY3 = "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"