-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path.cctemplate
42 lines (42 loc) · 1.84 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
38
39
40
41
42
{
"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 utilzing 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"
},
{
"path":"summarization-slack",
"name":"Slack Slash Command powered by a Python Cloud Function invoking Text PaLM Model",
"description":"Slack Slash command that is powered by a Python Cloud Function invoking Vertex AI Text PaLM API Model API to summarize text provided by the user"
}
]
}