Akshay Chame
π Add LinkedIn Profile Enhancer Streamlit app with all agents and dependencies
035c4af
# Environment Variables for LinkedIn Profile Enhancer | |
# OpenAI API Configuration | |
OPENAI_API_KEY=your_openai_api_key_here | |
# Apify API Configuration | |
APIFY_API_TOKEN=your_apify_api_token_here | |
# Optional: Custom model settings | |
OPENAI_MODEL=gpt-4o-mini | |
TEMPERATURE=0.7 | |
# Optional: Debugging | |
DEBUG=False | |