mirror of
https://github.com/open-webui/pipelines
synced 2025-06-26 18:15:58 +00:00
add description
This commit is contained in:
parent
a7535994dc
commit
8d3bc097e3
@ -1,3 +1,14 @@
|
|||||||
|
"""
|
||||||
|
title: Google Translate Filter
|
||||||
|
author: SimonOriginal
|
||||||
|
date: 2024-06-28
|
||||||
|
version: 1.0
|
||||||
|
license: MIT
|
||||||
|
description: This pipeline integrates Google Translate for automatic translation of user and assistant messages
|
||||||
|
without requiring an API key. It supports multilingual communication by translating based on specified source
|
||||||
|
and target languages.
|
||||||
|
"""
|
||||||
|
|
||||||
from typing import List, Optional
|
from typing import List, Optional
|
||||||
from schemas import OpenAIChatMessage
|
from schemas import OpenAIChatMessage
|
||||||
from pydantic import BaseModel
|
from pydantic import BaseModel
|
||||||
|
Loading…
Reference in New Issue
Block a user