init method
void
init()
Implementation
void init() {
OpenAI.apiKey = GetStorage().read('openAiKey') ?? "sk-xx";
OpenAI.baseUrl =
GetStorage().read('openAiBaseUrl') ?? MIRRORF_FILE_URL;
}
void init() {
OpenAI.apiKey = GetStorage().read('openAiKey') ?? "sk-xx";
OpenAI.baseUrl =
GetStorage().read('openAiBaseUrl') ?? MIRRORF_FILE_URL;
}