hkust-nlp / AgentBoard

An Analytical Evaluation Board of Multi-turn LLM Agents
219 stars 22 forks source link

GPT-4 model missing #8

Closed yongchao98 closed 2 months ago

yongchao98 commented 4 months ago

python agentboard/eval_main.py --cfg-path eval_configs/main_results_all_tasks.yaml --tasks scienceworld --model gpt-4 --log_path ./results/gpt-4 --project_name evaluate-gpt-4 \

I try to test the tasks with GPT-4, but get the following errors:

File "/home/ycchen/miniconda3/envs/Agentboard/lib/python3.8/os.py", line 675, in getitem raise KeyError(key) from None KeyError: 'OPENAI_API_TYPE'

yc1999 commented 4 months ago

setting OPENAI_API_TYPE="open_ai" in file .env may solve this problem :)