Delete and Update History

This commit is contained in:
n4ze3m
2024-02-24 00:39:50 +05:30
parent 1c980c4059
commit f87953ba5c
7 changed files with 172 additions and 17 deletions

View File

@@ -9,7 +9,6 @@ export const SettingsOllama = () => {
queryKey: ["fetchOllamURL"],
queryFn: async () => {
const ollamaURL = await getOllamaURL()
return {
ollamaURL
}