This commit is contained in:
Dustin Loring
2024-12-01 07:57:42 -05:00
parent 8a6d32f9f1
commit b0b617dac7
4 changed files with 25 additions and 7 deletions

View File

@@ -283,7 +283,7 @@ const getOllamaBaseUrl = () => {
};
async function getOllamaModels(): Promise<ModelInfo[]> {
/*
/*
* if (typeof window === 'undefined') {
* return [];
* }