Skip to content

Commit

Permalink
fix(frontend): revert debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Aug 6, 2024
1 parent 1f2ddb0 commit 367b657
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions frontend/app/src/api/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,7 @@ export async function getBootstrapStatus (): Promise<BootstrapStatus> {
headers: {
...await opaqueCookieHeader(),
},
}).then(handleResponse(bootstrapStatusSchema)).then(() => ({
required: {
datasource: false,
default_llm: false,
default_embedding_model: false,
},
optional: {
langfuse: false,
},
}));
}).then(handleResponse(bootstrapStatusSchema));
}

export function isBootstrapStatusPassed (bootstrapStatus: BootstrapStatus): boolean {
Expand Down

0 comments on commit 367b657

Please sign in to comment.