MonketD13 commited on
Commit
f8195a8
·
verified ·
1 Parent(s): a338937

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -10,8 +10,8 @@ load_dotenv()
10
  GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY")
11
 
12
  # Model Configuration
13
- VLM_MODEL = "gemini-3-pro-preview" # For Retriever, Planner, Stylist, Critic
14
- IMAGE_MODEL = "gemini-3-pro-image-preview" # For Visualizer (referred to as Nano-Banana-Pro in paper)
15
 
16
  # Generation Configuration
17
  MAX_REFINEMENT_ITERATIONS = 3 # As per ablation study
 
10
  GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY")
11
 
12
  # Model Configuration
13
+ VLM_MODEL = "gemini-2.0-flash" # For Retriever, Planner, Stylist, Critic
14
+ IMAGE_MODEL = "gemini-2.0-flash" # For Visualizer (referred to as Nano-Banana-Pro in paper)
15
 
16
  # Generation Configuration
17
  MAX_REFINEMENT_ITERATIONS = 3 # As per ablation study