mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: format
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user