Get data from local LLMs to Google Sheets
Unproofread notes
I created this GitHub repo ollama-py more than a year ago when experimenting with getting local LLM's data via Ollama to Google Sheets, and it now has 20 stars on GitHub. It makes me super happy.
This is how it works:
- Run the local LLM via Ollama on your computer
- Run the provided Python script
- Set up
ngrok
to create a tunnel to accesslocalhost:5001
- Use Google Sheets Apps Script to access locally running LLM's outputs
I also have a detailed blog post as well as a video on the same.
- ← Previous
Is it okay to copy someone's HTML/CSS? - Next →
Getting updated docs for LLMs
Comment via email