remove gemini key from git

This commit is contained in:
2026-02-27 14:42:41 +01:00
parent 67d6355ed2
commit be390cfbb1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ if PROXY_URL:
MODEL_ID_pro = "gemini-3.1-pro-preview"
MODEL_ID_flash = "gemini-3-flash-preview"
api_key="REMOVED_API_KEY"
api_key = os.environ["GEMINI_API_KEY"]
from pydantic import BaseModel, Field, TypeAdapter
from typing import List, Optional, Tuple