Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 737 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 737 Bytes

gemini

Exploring Google Gemini's APIs

Live at https://episphere.github.io/gemini !

chatbot

For a simple example digesting information about the Connect study try

(await import("https://episphere.github.io/gemini/chat.mjs")).chat()

To specify the reference document and the target DOM element (if you leave it null it will create a hosting div):

(await import("https://episphere.github.io/gemini/chat.mjs")).chat(null,'https://episphere.github.io/gemini/TCGA-BP-5195.25c0b433-5557-4165-922e-2c1eac9c26f0.txt')

In either case you can also retrie the reference document by clicking on [source].

Issues and improvement suggestions equally welcome at https://github.com/episphere/gemini/issues.