chore: format

This commit is contained in:
Timothy Jaeryang Baek
2024-11-26 01:05:50 -08:00
parent 3b9e21ecf9
commit a37cad2ecf
49 changed files with 281 additions and 9 deletions

View File

@@ -58,7 +58,6 @@ export const exportConfig = async (token: string) => {
return res;
};
export const getModelsConfig = async (token: string) => {
let error = null;
@@ -86,7 +85,6 @@ export const getModelsConfig = async (token: string) => {
return res;
};
export const setModelsConfig = async (token: string, config: object) => {
let error = null;
@@ -117,7 +115,6 @@ export const setModelsConfig = async (token: string, config: object) => {
return res;
};
export const setDefaultPromptSuggestions = async (token: string, promptSuggestions: string) => {
let error = null;