vikit.common.secrets ==================== .. py:module:: vikit.common.secrets Overview -------- .. list-table:: Function :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`get_app_analytics_api_key `\ () - \- * - :py:obj:`get_eleven_labs_api_key `\ () - \- * - :py:obj:`get_openai_whisper_api_key `\ () - \- * - :py:obj:`get_replicate_api_token `\ () - \- * - :py:obj:`get_telemetry_api_key `\ () - \- * - :py:obj:`get_vikit_api_token `\ () - \- * - :py:obj:`has_eleven_labs_api_key `\ () - \- .. list-table:: Attributes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`dir_path ` - \- * - :py:obj:`env_file ` - \- Functions --------- .. py:function:: get_app_analytics_api_key() -> str .. py:function:: get_eleven_labs_api_key() .. py:function:: get_openai_whisper_api_key() .. py:function:: get_replicate_api_token() .. py:function:: get_telemetry_api_key() -> str .. py:function:: get_vikit_api_token() .. py:function:: has_eleven_labs_api_key() Attributes ---------- .. py:data:: dir_path .. py:data:: env_file