adrienbrdne commited on
Commit
420dba4
·
verified ·
1 Parent(s): 399006c

Update api.py

Browse files
Files changed (1) hide show
  1. api.py +1 -1
api.py CHANGED
@@ -544,7 +544,7 @@ As far as possible, avoid using acronyms in the problem description.
544
  Try to be about the same length as the examples if possible."""
545
 
546
  try:
547
- logger.info(f"Calling Gemini API to generate problem description {ind} ...")
548
 
549
  response = model.generate_content(prompt)
550
  # Extract the result
 
544
  Try to be about the same length as the examples if possible."""
545
 
546
  try:
547
+ logger.info(f"Calling Gemini API to generate problem description {ind+1} ...")
548
 
549
  response = model.generate_content(prompt)
550
  # Extract the result