Skip to content

Adds ASK() and INTERPRET() functions to Excel for interfacing with LLMs!

License

Notifications You must be signed in to change notification settings

suncloudsmoon/Ask-LLM

Repository files navigation

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

About

Adds ASK() and INTERPRET() functions to Excel for interfacing with LLMs!

Topics

Resources

License

Stars

Watchers

Forks