Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 967 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 967 Bytes

Ask-LLM

This Excel addin adds two new Excel functions: ASK() and INTERPRET(). The purpose of these functions is to integrate generative AI into Excel locally via Ollama.

example.mp4

Instructions

See Instructions.txt

Download Ask-LLM (v1.0)

API

  • ASK([prompt])
    • Ask a question to the LLM and get a response back in the same cell.
  • INTERPRET([prompt],[data,...])
    • Feed data in the form of excel cells with the help of a prompt.

Supported Platforms

This software only supports Windows 7+ due to the use of .NET framework and heavy Windows related dependencies. If you want to port the software onto a different platform, feel free to fork this project.

Credits