Ayush Ojha commited on
Commit
3c84c29
·
1 Parent(s): 0508316

Update default Scientist model to claude-haiku-4-5-20251001

Browse files

The previous default claude-3-5-haiku-latest is no longer available.

Files changed (1) hide show
  1. replicalab/config.py +1 -1
replicalab/config.py CHANGED
@@ -70,7 +70,7 @@ def get_scientist_runtime() -> str:
70
 
71
 
72
  def get_scientist_model() -> str:
73
- return os.environ.get("REPLICALAB_SCIENTIST_MODEL", "claude-3-5-haiku-latest")
74
 
75
 
76
  def get_scientist_ollama_model() -> str:
 
70
 
71
 
72
  def get_scientist_model() -> str:
73
+ return os.environ.get("REPLICALAB_SCIENTIST_MODEL", "claude-haiku-4-5-20251001")
74
 
75
 
76
  def get_scientist_ollama_model() -> str: