forked from GoogleCloudPlatform/generative-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cctemplate
37 lines (37 loc) · 1.53 KB
/
.cctemplate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"metadata":{
"version":"1"
},
"templates":[
{
"path":"chat-flask-cloudrun",
"name":"Python Flask-based Web Application on Cloud Run interacting with PaLM Vertex AI",
"description":"Cloud Run application utilizing Flask framework that demonstrates working with Vertex AI API"
},
{
"path":"chat-gradio",
"name":"Gradio Web Application on Cloud Run interacting with PaLM Vertex AI API",
"description":"Cloud Run application utilizing Gradio Framework that demonstrates working with Vertex AI API"
},
{
"path":"chat-streamlit",
"name":"Streamlit Web Application on cloud Run interacting with PaLM Vertex AI API",
"description":"Cloud Run application utilizing Streamlit Framework that demonstrates working with Vertex AI API"
},
{
"path":"code-predict-cloudfunction",
"name":"Python Cloud Function invoking Code PaLM Model",
"description":"Python Cloud Function invoking Vertex AI Code PaLM Model API"
},
{
"path":"summarization-gcs-cloudfunction",
"name":"Python Cloud Function processing GCS documents",
"description":"Python Cloud Function that invokes summarization with PaLM API Models via Vertex AI API on GCS documents"
},
{
"path":"text-predict-cloudfunction",
"name":"Python Cloud Function invoking Text PaLM Model",
"description":"Python Cloud Function invoking Vertex AI Text PaLM API Model API"
}
]
}