Skip to content

Constants

gllm_inference.constants

Contains constants used throughout the gllm_inference package.

Authors

Henry Wicaksono (henry.wicaksono@gdplabs.id)

References

NONE

AZURE_OPENAI_URL_SUFFIX = '/openai/v1' module-attribute

DOCUMENT_MIME_TYPES = {'application', 'text'} module-attribute

EMBEDDING_ENDPOINT = '/embeddings' module-attribute

GOOGLE_SCOPES = ['https://www.googleapis.com/auth/cloud-platform'] module-attribute

GRPC_ENABLE_RETRIES_KEY = 'grpc.enable_retries' module-attribute

INVOKER_DEFAULT_TIMEOUT = 30.0 module-attribute

INVOKER_PROPAGATED_MAX_RETRIES = 0 module-attribute

JINA_DEFAULT_URL = 'https://api.jina.ai/v1' module-attribute

OPENAI_DEFAULT_URL = 'https://api.openai.com/v1' module-attribute

SECONDS_TO_MILLISECONDS = 1000 module-attribute