Update api.py
Browse files
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
|