Skip to content

A calculation tool-powered LLM, basic model is llama3.1 using Ollama

Notifications You must be signed in to change notification settings

gdshjzm/LLMCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

LLMCalculator

A calculation tool-powered LLM, basic model is llama3.1 using Ollama

The LLM is powered by Ollama and Langchain, use OllamaFunction to call a simple calculator to conduct operations.

Installation:

pip install langchain

After that you need to download Ollama and pull the llama3.1:

ollama pull llama3.1

After that you are able to run the scripts!

About

A calculation tool-powered LLM, basic model is llama3.1 using Ollama

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages