Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gptscript-ai/gemini-aistudio-provider


https://github.com/gptscript-ai/gemini-aistudio-provider

Last synced: about 1 month ago
JSON representation

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
```