Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gptscript-ai/gemini-aistudio-provider
https://github.com/gptscript-ai/gemini-aistudio-provider
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gptscript-ai/gemini-aistudio-provider
- Owner: gptscript-ai
- Created: 2024-03-05T22:18:26.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T22:55:18.000Z (6 months ago)
- Last Synced: 2024-09-01T23:05:25.892Z (5 months ago)
- Language: Python
- Size: 85 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - gptscript-ai/gemini-aistudio-provider - (Python)
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
```