Haseeb-001 commited on
Commit
fe76370
·
verified ·
1 Parent(s): bdb9a26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from fpdf import FPDF # For PDF generation
6
  api = "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"
7
 
8
  # --- Groq API Setup ---
9
- client = Groq(api_key=os.environ.get(api))
10
  # Function to get code from StarCoder model
11
  def generate_code(summary, language):
12
  try:
 
6
  api = "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"
7
 
8
  # --- Groq API Setup ---
9
+ client = Groq(api_key=api)
10
  # Function to get code from StarCoder model
11
  def generate_code(summary, language):
12
  try: