provider: add google flan t5 xxl

This commit is contained in:
0xMRTT 2023-05-01 00:31:29 +02:00
parent 0f7910eb6a
commit 5e5c689743
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

@ -0,0 +1,7 @@
from .huggingface import BaseHFProvider
class HuggingFaceGoogleFlanT5XXLProvider(BaseHFProvider):
name = "Google Flan T5 XXL"
slug = "hfgoogleflant5xxl"
model = "google/flan-t5-xxl"
authorization = False