Fernando Maclen

Results 84 comments of Fernando Maclen

We update the models list when you refresh the page or when clicking on the **Sessions** link in the sidebar. I'm leaning towards adding a "_Refresh_" button next to the...

If anyone wants to contribute to this feature take a look at the config in: - [`electron-builder.yml`](https://github.com/fmaclen/hollama/blob/main/electron-builder.yml) - [`.github/workflows/release.yml`](https://github.com/fmaclen/hollama/blob/main/.github/workflows/release.yml)

My understanding is that OpenAI does not return the reasoning content. I don't have access to the DeepSeek API but it sounds like they are deviating a little bit from...

I just pushed a [new reasoning UI component](https://github.com/fmaclen/hollama/pull/261) that works with DeepSeek-R1 in Ollama. ![Image](https://github.com/user-attachments/assets/bd376dd8-4857-42b6-9482-2f5de656e4dd)

I'd like to implement such a feature at some point but it's not a trivial implementation and my time is limited at the moment.

> should we get rid of all the 'connected' or 'disconnected' logic? @GregoMac1 let's keep that functionality only in the Settings view, it's still useful to know if we are...

> 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...

Here's a test of tests cases: - Fetching data from OpenAI with a correct API Key - Trying to fetch data with an incorrect API key - Trying to fetch...

@GregoMac1 I get these 2 tests failing: ``` openai.test.ts:56:2 › OpenAI Integration › models list is sorted correctly session.test.ts:720:2 › Session › handles errors when fetching models ``` --- This...