Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  1. Get ollama ready
ollama serve

then, get your model

ollama pull gemma3:1b
  1. Create environment
python -m venv .venv
  1. Activate environment
. .venv/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run tests
make test

or

pytest -s ./tests/**
  1. Run
uvicorn src.main:app --host 0.0.0.0 --port 8000 --reload

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages