韩宇 commited on
Commit
55dc78d
·
1 Parent(s): 7cd106f
video_cache/Build a Video Search and Summarization Agent blueprint by nvidia _ NVIDIA NIM.mp4/video_cache.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d8b552fa7034b8d6fa7a85b410d971f6d1fa0fc1b1e3162a48aae05ebc7ed7f8
3
  size 1514
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d40727dec2997fba283a2691432ea502042880fa3f6dd7410b12a1a8e47e13ec
3
  size 1514
webpage_configs/llms/gpt4o.yml CHANGED
@@ -1,7 +1,15 @@
1
- name: OpenaiGPTLLM
2
- model_id: gpt-4o
 
 
 
 
 
 
 
3
  api_key: ${env| custom_openai_key, openai_api_key}
4
- endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
 
5
  temperature: 0
6
  vision: true
7
- response_format: json_object
 
1
+ #name: OpenaiGPTLLM
2
+ #model_id: gpt-4o
3
+ #api_key: ${env| custom_openai_key, openai_api_key}
4
+ #endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
5
+ #temperature: 0
6
+ #vision: true
7
+ #response_format: json_object
8
+ name: AzureGPTLLM
9
+ model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
10
  api_key: ${env| custom_openai_key, openai_api_key}
11
+ endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
12
+ api_version: ${env| custom_openai_api_version, 2024-02-15-preview} # this is mandatory
13
  temperature: 0
14
  vision: true
15
+ response_format: json_object
webpage_configs/llms/json_res.yml CHANGED
@@ -1,6 +1,14 @@
1
- name: OpenaiGPTLLM
2
- model_id: gpt-4o
 
 
 
 
 
 
3
  api_key: ${env| custom_openai_key, openai_api_key}
4
- endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
 
5
  temperature: 0
 
6
  response_format: json_object
 
1
+ #name: OpenaiGPTLLM
2
+ #model_id: gpt-4o
3
+ #api_key: ${env| custom_openai_key, openai_api_key}
4
+ #endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
5
+ #temperature: 0
6
+ #response_format: json_object
7
+ name: AzureGPTLLM
8
+ model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
9
  api_key: ${env| custom_openai_key, openai_api_key}
10
+ endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
11
+ api_version: ${env| custom_openai_api_version, 2024-02-15-preview} # this is mandatory
12
  temperature: 0
13
+ vision: true
14
  response_format: json_object
webpage_configs/llms/text_res.yml CHANGED
@@ -1,6 +1,14 @@
1
- name: OpenaiGPTLLM
2
- model_id: gpt-4o
 
 
 
 
 
 
3
  api_key: ${env| custom_openai_key, openai_api_key}
4
- endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
 
5
  temperature: 0
 
6
  response_format: text
 
1
+ #name: OpenaiGPTLLM
2
+ #model_id: gpt-4o
3
+ #api_key: ${env| custom_openai_key, openai_api_key}
4
+ #endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
5
+ #temperature: 0
6
+ #response_format: text
7
+ name: AzureGPTLLM
8
+ model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
9
  api_key: ${env| custom_openai_key, openai_api_key}
10
+ endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
11
+ api_version: ${env| custom_openai_api_version, 2024-02-15-preview} # this is mandatory
12
  temperature: 0
13
+ vision: true
14
  response_format: text
webpage_configs/llms/text_res_stream.yml CHANGED
@@ -1,7 +1,16 @@
1
- name: OpenaiGPTLLM
2
- model_id: gpt-4o-mini
 
 
 
 
 
 
 
 
3
  api_key: ${env| custom_openai_key, openai_api_key}
4
- endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
 
5
  temperature: 0
6
- stream: true
7
  response_format: text
 
1
+ #name: OpenaiGPTLLM
2
+ #model_id: gpt-4o-mini
3
+ #api_key: ${env| custom_openai_key, openai_api_key}
4
+ #endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1}
5
+ #temperature: 0
6
+ #stream: true
7
+ #response_format: text
8
+
9
+ name: AzureGPTLLM
10
+ model_id: gpt-4o # the model id should be same as deployment id in Azure dashboard
11
  api_key: ${env| custom_openai_key, openai_api_key}
12
+ endpoint: ${env| custom_openai_endpoint, https://api.openai.com/v1} # should be same as deployment endpoint in Azure dashboard
13
+ api_version: ${env| custom_openai_api_version, 2024-02-15-preview} # this is mandatory
14
  temperature: 0
15
+ vision: true
16
  response_format: text