Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ import re
|
|
| 6 |
# Load GROQ API key from environment
|
| 7 |
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
|
| 8 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 9 |
-
MODEL_NAME = "
|
| 10 |
|
| 11 |
SYSTEM_PROMPT = """You are 'ScriptForge AI', a professional YouTube Script Writer.
|
| 12 |
Your goal is to write highly engaging, audience-first scripts in the 2nd person (using 'You', 'Your').
|
|
|
|
| 6 |
# Load GROQ API key from environment
|
| 7 |
GROQ_API_KEY = os.environ.get("GROQ_API_KEY")
|
| 8 |
GROQ_API_URL = "https://api.groq.com/openai/v1/chat/completions"
|
| 9 |
+
MODEL_NAME = "llama-3.1-8b-instant"
|
| 10 |
|
| 11 |
SYSTEM_PROMPT = """You are 'ScriptForge AI', a professional YouTube Script Writer.
|
| 12 |
Your goal is to write highly engaging, audience-first scripts in the 2nd person (using 'You', 'Your').
|