Skip to content

General library for using existing LLMs for problem solving

Notifications You must be signed in to change notification settings

ianhuang0630/TaskSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TaskSolver

Setup & Installation

# clone this repository
git clone [email protected]:ianhuang0630/TaskSolver.git
# ... and install as package
cd TaskSolver
pip install -e .

(Optional) Ollama

Should you choose to use the open-sourced models supported by Ollama, you should follow the download instructions here.

If you're launching this on a (headless) server, you may have to start the server in the background:

ollama serve

Before using a model (e.g. mistral), make sure to pull it first:

ollama pull mistral

About

General library for using existing LLMs for problem solving

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages