Skip to content

prabhakarjuzgar/local_llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install Ollama

brew install ollama or curl -fsSL https://ollama.com/install.sh | sh

Start the server

ollama serve

Clone the repo [email protected]:prabhakarjuzgar/local_llm.git

Create venv

python -m venv .env

source .env/bin/activate

pip install -r requirements.txt

Execute/Run fastapi app

fastapi run main.py

This will produce at endpoint similar to http://0.0.0.0:8000

Append docs and paste it in a browser - http://0.0.0.0:8000/docs

About

Local LLM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages