provider(bard): disable bard

This commit is contained in:
0xMRTT 2023-05-07 16:02:29 +02:00
parent 8a328e1bd6
commit 722ee665ec
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD

View File

@ -15,7 +15,7 @@ from .bard import BardProvider
PROVIDERS = {
"alpacalora": AlpacaLoRAProvider,
"baichat": BAIChatProvider,
"bard": BardProvider,
#"bard": BardProvider, # Disabled because we need more documentation on how to use it
"catgpt": CatGPTProvider,
"hfdialogpt": HuggingFaceDialoGPTLargeProvider,
"hfgoogleflant5xxl": HuggingFaceGoogleFlanT5XXLProvider,