https://github.com/gptscript-ai/gemini-vertexai-provider
https://github.com/gptscript-ai/gemini-vertexai-provider
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gptscript-ai/gemini-vertexai-provider
- Owner: gptscript-ai
- Created: 2024-04-11T21:42:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T18:55:26.000Z (almost 2 years ago)
- Last Synced: 2024-09-13T08:35:31.253Z (almost 2 years ago)
- Language: Python
- Size: 41 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Expects you to be authenticated with Google Cloud
example:
```
gcloud auth application-default login
```
## Usage Example
```
gptscript --default-model='gemini-1.0-pro from github.com/gptscript-ai/gemini-vertexai-provider' examples/bob.gpt
```
## Development
Run using the following commands
```
python -m venv .venv
source ./.venv/bin/activate
pip install -r requirements.txt
DEBUG=true ./run.sh
```
```
gptscript --default-model='gemini-1.0-pro from http://127.0.0.1:8000/v1' examples/bob.gpt
```