Skip to content

gptscript-ai/ollama-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ollama Provider

Assumes you have ollama running already, with the model you want to use configured.

Usage

gptscript --default-model='llama3.1 from github.com/gptscript-ai/ollama-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='llama3.1 from http://127.0.0.1:8000/v1' examples/bob.gpt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published