CoolFace
Apppublic

Akshayram1/Linked_in_profile_enhancer_streamlit

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
.env.example15 linesDownload Raw Back to root
1# Environment Variables for LinkedIn Profile Enhancer2 3# OpenAI API Configuration4OPENAI_API_KEY=your_openai_api_key_here5 6# Apify API Configuration  7APIFY_API_TOKEN=your_apify_api_token_here8 9# Optional: Custom model settings10OPENAI_MODEL=gpt-4o-mini11TEMPERATURE=0.712 13# Optional: Debugging14DEBUG=False15