Put file editing behind an experiment (#98)

This commit is contained in:
Will Chen
2025-05-06 12:59:49 -07:00
committed by GitHub
parent 45b1738f03
commit 7e48b74813
4 changed files with 32 additions and 2 deletions

View File

@@ -101,6 +101,7 @@ export function useSettings() {
loading,
error,
updateSettings,
isProviderSetup,
isAnyProviderSetup: () => {
// Technically we should check for ollama and lmstudio being setup, but