New file : config.py (for models)

This commit is contained in:
2026-08-07 20:55:49 +02:00
parent 09befe1d55
commit 9d7a4f37b6
7 changed files with 126 additions and 43 deletions
+3 -2
View File
@@ -12,9 +12,10 @@ import argparse
import re
from collections import defaultdict
from concurrent.futures import ThreadPoolExecutor
import config
MODEL_ID = "gemini-3-flash-preview"
api_key = os.environ["GEMINI_API_KEY"]
MODEL_ID = config.MODEL_FLASH_ID
api_key = config.API_KEY
my_prompt = """I'm giving you an image of the left columns of a written exam.
Students answer several exercises, which can have several questions.