File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
scieval/dataset/AstroVisBench Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ def main():
491491 # Setup the proxy for the evaluation
492492 eval_proxy = os .environ .get ('EVAL_PROXY' , None )
493493 old_proxy = os .environ .get ('HTTP_PROXY' , '' )
494- if eval_proxy is not None :
494+ if eval_proxy :
495495 proxy_set (eval_proxy )
496496
497497 env_backup = {}
Original file line number Diff line number Diff line change 1919from openai import OpenAI
2020
2121prompts_csv = 'scieval/dataset/AstroVisBench/viseval_prompts.csv'
22- model = "claude-sonnet-4-5-20250929"
23- client = aclient = OpenAI (
24- base_url = "https://api.boyuerichdata.opensphereai.com/v1" , # 确保这里以 /v1 结尾
25- api_key = os .getenv ("BOYUE_API_KEY" )
26- )
22+
2723
2824
2925def safe_parse_json_from_claude (text ):
You can’t perform that action at this time.
0 commit comments