Olicorne
Olicorne
Are you open to discussing the merging of highlights? I don't recall seeing this in any other reader app.
Sorry no, android
Have you tried playing with the frequency and repetition penalty? https://platform.openai.com/docs/guides/text-generation/parameter-details
Alright, I do think it's a good rule of thumb to not stop before banning like 10 tokens, right now you banned 5. I already had to do this kind...
Hi, I don't know if my issue is the same but I can't seem to be able to add the addon repository. When I try to add the url to...
Ohhh I'm sorry. I had not yet heard about HACS and all that ecosystem so I thought it was an addon. I've now gotten it to work. Thanks a lot!
> I tested Jina and I found that search is not working (it always return 422 http error independently on user query). Reader works but works slowly. I think they...
Looks awesome, would love to see this implemented!
Why not just use gradio? In about 50 lines of code you could have [tabs](https://www.gradio.app/docs/tab/) for a [chat interface](https://www.gradio.app/docs/chatbot/), displaying and interacting with [your logs](https://www.gradio.app/docs/dataframe/) etc. I've been using it...
Update : I did try to make something and run into major issues. Basically when you use a pipe, click fails. It's been [unfixed since at least 2020](https://github.com/pallets/click/issues/1370). In my...