om-ai-lab / OmAgent

A multimodal agent framework for solving complex tasks
Apache License 2.0
439 stars 27 forks source link

Configuration issues #3

Closed gaostar123 closed 1 month ago

gaostar123 commented 1 month ago

I still don’t quite understand how config.yaml is configured. Can the configuration process be more detailed? thank you very much

N1ana7mi commented 1 month ago

if u use the command the author provided: cd workflows/general && vim config.yaml when you enter vim, you can just enter these, and then save them

custom_openai_endpoint: "your base"
custom_openai_key: "your key"
bing_api_key: "your key"

or u can just create "config.yaml" in the correct path and enter the info

panregedit commented 1 month ago

I added sample config files, please checkout: workflows/general/config.yml workflows/video_understanding/config.yml