Rebuild and update project functionality

This commit is contained in:
Gemini AI
2025-12-26 13:13:36 +04:00
Unverified
parent 57576051b3
commit 6fc923c8ba
20 changed files with 375 additions and 396 deletions

View File

@@ -53,6 +53,10 @@ export class OllamaCloudService {
};
}
hasAuth(): boolean {
return !!this.config.apiKey;
}
private ensureApiKey(): string {
if (this.config.apiKey) {
return this.config.apiKey;