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,Β bearer)

from_env()

__init__(backend_url: str, bearer: str) β†’ None#
Parameters:
  • backend_url (str) –

  • bearer (str) –

Return type:

None

classmethod from_env() β†’ AviaryBackend[source]#
Return type:

AviaryBackend