Module config

Source
Expand description

Configuration file related functions

§Configuration

Provide configuration related types and functions/methods.

Note: config.yml must locate in your current working directory.

§Example

openai:
  api_key: sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
azure:
  speech:
    key: 4c7eXXXXXXXXXXXXXXXXXXXXXXX54c32
    region: westus

Structs§

Azure
A mapping for Azure (Global) configuration contents
AzureSpeech
Service key for use in multiple Azure services.
Config
Configurations from config.yml
OpenAi
A mapping for OpenAI configuration contents