remove gemini key from git
This commit is contained in:
@@ -14,7 +14,7 @@ from collections import defaultdict
|
||||
from concurrent.futures import ThreadPoolExecutor
|
||||
|
||||
MODEL_ID = "gemini-3-flash-preview"
|
||||
api_key="REMOVED_API_KEY"
|
||||
api_key = os.environ["GEMINI_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.
|
||||
|
||||
Reference in New Issue
Block a user