mirror of
https://github.com/open-webui/pipelines
synced 2025-06-26 10:06:07 +00:00
Update frontmatter
This commit is contained in:
parent
e9cedbfca8
commit
20212561a1
@ -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
|
from typing import List, Union, Iterator
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user