https://github.com/xyproto/clickableai
Click a keyword, read a Markdown document, then click another keyword etc. Uses Gemini Flash or Ollama (gemma2:2b)
https://github.com/xyproto/clickableai
browsing gemini llm ollama web-interface
Last synced: 4 months ago
JSON representation
Click a keyword, read a Markdown document, then click another keyword etc. Uses Gemini Flash or Ollama (gemma2:2b)
- Host: GitHub
- URL: https://github.com/xyproto/clickableai
- Owner: xyproto
- License: apache-2.0
- Created: 2024-08-15T07:47:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T19:25:58.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T03:14:44.389Z (about 1 year ago)
- Topics: browsing, gemini, llm, ollama, web-interface
- Language: HTML
- Homepage:
- Size: 4.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Clickable AI
## NOTE: The main branch is currently very experimental, but the latest release tag should be good.
This is an experiment in making LLMs browsable and clickable instead of promptable and searchable.
* Starts a web server where keywords and generated technical documentation is presented.
* Click a keyword to delve deeper into that topic.
* Select text to make it into a button that can be clicked to delve deeper into that topic.
Uses Gemini 1.5 Flash.
**NOTE** that the quota limit may easily be reached!
Set the `PROJECT_ID` environment variable to your Google Cloud Project and also remember to log in with `gcloud auth application-default login` if you want to test this locally.
### General info
* Version: 0.2.3
* License: Apache 2