View Single Post
Old 01-12-2025, 02:20 PM   #10
cdhigh
Enthusiast
cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.cdhigh ought to be getting tired of karma fortunes by now.
 
Posts: 41
Karma: 333334
Join Date: Oct 2011
Device: KINDLE 3
Quote:
Originally Posted by Mino101 View Post
That's what I intend to do. I am planning to redirect the call to a custom server, where I wil call the AI APIs.
Do you think I can renounce the server and call the API directly from within the kindle using Inkwell ? I think to make it possible, we should implement a local server in Inkwell that's always listening, is it possible ?
Given the Kindle's limited CPU and RAM, writing comprehensive Java code directly is recommended over calling Python scripts.
If you can successfully hack the Wikipedia page to customize its GUI (at least with an input textbox and an output textbox and a pop-up keyboard), implementing simple Java functions to connect to an AI server should be relatively straightforward.
The SimpleAiProvider class in my Inkwell project already wrap the APIs of several AI services into a unified interface, making the Java conversion process even easier.
Or writing only an OpenAI API is enough.


-
cdhigh is offline   Reply With Quote