Gregorio Maclen
Gregorio Maclen
Great progress! Personally, I think the formatting should occur everytime the user types a number or a punctuation sign, it feels more intuitive (even more if we wanted to use...
@fmaclen I'm still working on this, I still haven't tried all the possible cases to see is every text is showing correclty. Also, I've just merged `main` and I can...
Thanks for the feedback! I'll apply the corrections. Also, I was wondering on how to translate [this](https://github.com/fmaclen/hollama/blob/e80847d314caf5293c96818e3b60c42a5d40edf4/src/routes/settings/%2Bpage.svelte#L148-L179), as it has text interpolated with `html` tags. Do you have any suggestion?
@fmaclen I've translated the remaining texts. > And in this example we can keep the `` tags in the translated strings: > > ``` > > {{ If you want...
Thank you! It worked! > Try the svelte syntax [`{@html}`](https://svelte.dev/docs/special-tags#html), [here's an example](https://github.com/fmaclen/hollama/blob/main/src/lib/components/Markdown.svelte#L49). About the example, I think you can get rid of the 'hack' by using `eslint-disable-next-line` instead of...
> @GregoMac1 have you run into this issue? Mmm no, I don't think so. I'll leave the window for a few minutes to see if I can replicate it with...
Thanks for the feedback! I'm working on it 🫡
@fmaclen Just to be sure: should we get rid of all the 'connected' or 'disconnected' logic? For example, in the `settings` page, should the status badge be removed?
Remaining tasks: - [x] Match types between both APIs (that should fix the linting errors). - [x] Check if the OpenAI strategy works correctly with a real API key. -...
> The only bug I found was that after choosing an OpenAI model (i.e. gpt-3.5-turbo) and submitting a prompt, I was expecting it to show up in the Recently used...