Quote:
Originally Posted by Mino101
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.
-