Skip to content

Commit

Permalink
optimize config file
Browse files Browse the repository at this point in the history
  • Loading branch information
zhang_lu committed Jul 18, 2024
1 parent cbe829a commit daabfeb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions workflows/video_understanding/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +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
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>
milvus_host_url: <your_milvus_host_url>
milvus_port: 19530
milvus_alias: default
ovd_endpoint: http://xxx/inf_predict
ovd_endpoint: <http://xxx/inf_predict> #The api endpoint for the OVD model
ovd_model_id: OmDet-Turbo_tiny_SWIN_T

0 comments on commit daabfeb

Please sign in to comment.