https://github.com/blindFS/raycast-google-gemini
google gemini plugin for recast
https://github.com/blindFS/raycast-google-gemini
Last synced: over 1 year ago
JSON representation
google gemini plugin for recast
- Host: GitHub
- URL: https://github.com/blindFS/raycast-google-gemini
- Owner: blindFS
- Created: 2023-12-22T09:06:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-13T03:29:10.000Z (over 1 year ago)
- Last Synced: 2024-12-13T04:20:42.891Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Google Gemini
Use the Google Gemini Pro API in Raycast.
https://ai.google.dev
# Features
* basic multi-round chating with images/files (text/pdf), support both local file or link url
1. copy image/file path/url to clipboard
2. call Image QA/Document QA command
* code execution/function calling (google search based RAG)
* history management, continuation
# To test
``` sh
npm install && npm run dev
```
* [x] Advanced - Developer tools - Use Node production environment