Files
OpenQode/bin/goose-ultra-final
Gemini AI 94ae6fa8c5 fix: Fix Ollama API key storage - keytar ESM import and file fallback
- Fixed keytar ESM import to use .default property
- Added comprehensive error handling and logging for vault operations
- Fixed fallback to file-based storage when keytar is unavailable
- Added debug logs to help troubleshoot key storage issues
94ae6fa8c5 · 2025-12-20 13:07:09 +04:00
History
..

GHBanner

Run and deploy your AI Studio app

This contains everything you need to run your app locally.

View your app in AI Studio: https://ai.studio/apps/drive/12OdXUKxlvepe5h8CMj5H0ih_7lE9H239

Run Locally

Prerequisites: Node.js

  1. Install dependencies: npm install
  2. Set the GEMINI_API_KEY in .env.local to your Gemini API key
  3. Run the app: npm run dev