Merge branch 'stable-additions' into linting-fix

This commit is contained in:
Dustin Loring
2024-12-01 07:53:19 -05:00
committed by GitHub
8 changed files with 162 additions and 60 deletions

View File

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