IranQin / MP5

[CVPR2024] This is the official implement of MP5
70 stars 2 forks source link

Warning! YOUR OPENAI-KEY is in the shell script #2

Closed xieyuquanxx closed 5 months ago

xieyuquanxx commented 5 months ago

I found your openai-key in the shell script, I think you should hide it.

conda activate mc

python3 run_agent.py \
    --mllm_url http://10.140.1.105:25541/image \
    --openai_key ***************** \
    --gpt_model_name gpt-4-0125-preview \
    --answer_method active \
    --answer_model mllm \
    --task tasks/diamond_tools/diamond_ore.json \
IranQin commented 5 months ago

Thanks for your kind reminder, we have hidden it!