Skip to content

Commit

Permalink
Merge pull request #81 from mattsoulanille/fix_missing_pipelines
Browse files Browse the repository at this point in the history
Add new gemini pipelines to pipelines index
  • Loading branch information
jinjingforever authored Oct 15, 2024
2 parents 168fc96 + ce16e89 commit dc8d268
Showing 1 changed file with 17 additions and 33 deletions.
50 changes: 17 additions & 33 deletions pipelines/pipelines_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,16 +125,16 @@
}
}
},
"palm2_email_generation_review": {
"json": "https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_email_generation_review/palm2_email_generation_review.json",
"gemini_email_generation_review": {
"json": "https://raw.githubusercontent.com/google/visualblocks/refs/heads/main/pipelines/gemini_email_generation_review/gemini_email_generation_and_review.json",
"screenshots": [
"https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_email_generation_review/palm2_email_generation_review.jpg"
"https://raw.githubusercontent.com/google/visualblocks/refs/heads/main/pipelines/gemini_email_generation_review/gemini_email_generation_review.png"
],
"metadata": {
"name": "PaLM 2 Email Generation and Review",
"id": "3irlat",
"name": "Gemini Email Generation and Review",
"id": "__y0yrfo",
"creationTs": 1685487890322,
"lastModifiedTs": 1686011448835,
"lastModifiedTs": 1726531213470
"userSetData": {
"description": "Generate three emails according to user specifications then choose the best out of the three.",
"tags": [
Expand All @@ -143,34 +143,18 @@
}
}
},
"palm2_email_tones_explorer": {
"json": "https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_email_tones_explorer/palm2_email_tones_explorer.json",
"gemini_manuscript_helper": {
"json": "https://raw.githubusercontent.com/google/visualblocks/refs/heads/main/pipelines/gemini_manuscript_helper/gemini_manuscript_helper.json",
"screenshots": [
"https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_email_tones_explorer/palm2_email_tones_explorer.png"
],
"metadata": {
"id": "emtoex",
"name": "Email Tones Explorer",
"creationTs": 1684866947213,
"lastModifiedTs": 1685773777862,
"userSetData": {
"description": "Write an appropriate, professional email in three ways: regular way, use strong words, and use short sentences.",
"tags": [
"text"
]
}
}
},
"palm2_manuscript_helper": {
"json": "https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_manuscript_helper/palm2_manuscript_helper.json",
"screenshots": [
"https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_manuscript_helper/palm2_manuscript_helper.png"
"https://raw.githubusercontent.com/google/visualblocks/refs/heads/main/pipelines/gemini_email_generation_review/gemini_email_generation_review.png"
],
"metadata": {
"name": "ManuscriptHelper: LLMs to help with complex LaTeX tasks",
"id": "new",
"id": "__aryofc",
"creationTs": 1686084152526,
"lastModifiedTs": 1686084414722,
"lastModifiedTs": 1726531655493,
"userSetData": {
"description": "Write code for a figure in LaTeX containing four sub-figures, with captions for each and also an overall caption.",
"tags": [
Expand All @@ -179,16 +163,16 @@
}
}
},
"palm2_title_generator": {
"json": "https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_title_generator/palm2_title_generator.json",
"gemini_title_generator": {
"json": "https://github.com/google/visualblocks/blob/main/pipelines/gemini_title_generator/gemini_title_generator.json",
"screenshots": [
"https://raw.githubusercontent.com/google/visualblocks/main/pipelines/palm2_title_generator/palm2_title_generator.jpg"
"https://raw.githubusercontent.com/google/visualblocks/refs/heads/main/pipelines/gemini_title_generator/gemini_title_generator.png"
],
"metadata": {
"name": "Awesome Title Generator",
"id": "mgl1nj",
"id": "__oyylkk",
"creationTs": 1689050831536,
"lastModifiedTs": 1689050879030,
"lastModifiedTs": 1726531978826,
"userSetData": {
"description": "Generate 10 awesome titles for user-customizable paragraph.",
"tags": [
Expand Down Expand Up @@ -290,4 +274,4 @@
}
}
}
}
}

0 comments on commit dc8d268

Please sign in to comment.