An open API service indexing awesome lists of open source software.

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)

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