Ansnaeem commited on
Commit
8e79ff0
·
verified ·
1 Parent(s): 337364d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "llama3-8b-8192"
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').