Skip to content

Commit

Permalink
Add sample config file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang_lu committed Jul 18, 2024
1 parent 77e40be commit cbe829a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions workflows/general/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
custom_openai_key: <your_custom_openai_key>
#custom_openai_endpoint: http://xxx.com/v1 #The base api endpoint for the custom openai model
bing_api_key: <your_bing_api_key>
8 changes: 8 additions & 0 deletions workflows/video_understanding/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
custom_openai_endpoint: http://xxx.com/v1
# custom_openai_key: your_custom_openai_key
bing_api_key: your_bing_api_key
milvus_host_url: your_milvus_host_url
milvus_port: 19530
milvus_alias: default
ovd_endpoint: http://xxx/inf_predict
ovd_model_id: OmDet-Turbo_tiny_SWIN_T

0 comments on commit cbe829a

Please sign in to comment.