AviaryBackend#
- class langchain_community.llms.aviary.AviaryBackend(backend_url: str, bearer: str)[source]#
Aviary backend.
- Parameters:
backend_url (str) β
bearer (str) β
- backend_url#
The URL for the Aviary backend.
- Type:
str
- bearer#
The bearer token for the Aviary backend.
- Type:
str
Attributes
Methods
- __init__(backend_url: str, bearer: str) None #
- Parameters:
backend_url (str) β
bearer (str) β
- Return type:
None
- classmethod from_env() AviaryBackend [source]#
- Return type: