Update frontmatter

This commit is contained in:
Justin Hayes 2024-06-28 11:14:37 -04:00 committed by GitHub
parent e9cedbfca8
commit 20212561a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,13 @@
"""A manifold to integrate Google's GenAI models into Open-WebUI"""
"""
title: Google GenAI Manifold Pipeline
author: Marc Lopez
date: 2024-06-06
version: 1.1
license: MIT
description: A pipeline for generating text using Google's GenAI models in Open-WebUI.
requirements: google-generativeai
environment_variables: GOOGLE_API_KEY
"""
from typing import List, Union, Iterator
import os