Update constants from api (#607)
* fix caption ipa display * fetch gpt/tts providers from API * fetch remote gpt presets * update constants * fix conversavtion save * refactor ipa convert * fetch ipa mapping from api * fix ipa mark * fix constant * validate camdict pron audio src
This commit is contained in:
@@ -80,8 +80,8 @@ export class Client {
|
||||
return this.api.post("/api/sessions", decamelizeKeys(params));
|
||||
}
|
||||
|
||||
info(): Promise<any> {
|
||||
return this.api.get("/api/info");
|
||||
config(key: string): Promise<any> {
|
||||
return this.api.get(`/api/config/${key}`);
|
||||
}
|
||||
|
||||
deviceCode(provider = "github"): Promise<{
|
||||
|
||||
Reference in New Issue
Block a user