Skip to content

Commit de5bdaa

Browse files
Create README.md
1 parent a6520fa commit de5bdaa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Ask-LLM
2+
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](https://ollama.com/).
3+
4+
https://github.com/suncloudsmoon/Ask-LLM/assets/34616349/5b542001-402c-491f-9e15-6b0c7d4d9430
5+
# Instructions
6+
See `Instructions.txt`
7+
# API
8+
* ASK([prompt])
9+
* Ask a question to the LLM and get a response back in the same cell.
10+
* INTERPRET([prompt],[data,...])
11+
* Feed data in the form of excel cells with the help of a prompt.
12+
# Supported Platforms
13+
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.
14+
# Credits
15+
* [Excel-DNA](https://github.com/Excel-DNA)
16+
* [Ollama](https://github.com/ollama/ollama)

0 commit comments

Comments
 (0)