https://github.com/gptscript-ai/gemini-aistudio-provider
https://github.com/gptscript-ai/gemini-aistudio-provider
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gptscript-ai/gemini-aistudio-provider
- Owner: gptscript-ai
- Created: 2024-03-05T22:18:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:55:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-04T13:41:24.131Z (8 months ago)
- Language: Python
- Size: 85 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Expects you to have an api key from Google AI Studio
## Usage Example
```
gptscript --default-model='gemini-pro from github.com/gptscript-ai/gemini-aistudio-provider' examples/bob.gpt
```
## Development
Run using the following commands
```
python -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
./run.sh
```
```
export OPENAI_BASE_URL=http://127.0.0.1:8000/v1
export GPTSCRIPT_DEBUG=true
gptscript --default-model=gemini-pro examples/bob.gpt
```