Commit Graph

5 Commits

Author SHA1 Message Date
89797639cf fix: Getting http errors (#252) 2025-11-11 09:00:33 +01:00
e7110810f8 fix: Clear connection before cancel 2025-11-01 20:51:01 +01:00
ac53296e85 fix: Change behavior of cancel request
*now cancel request cancel all requests
2025-09-28 15:28:01 +02:00
76309be0a6 Refactor llm providers to use internal http client (#227)
* refactor: Move http client into provider

* refactor: Rework ollama provider for work with internal http client

* refactor: Rework LM Studio provider to work with internal http client

* refactor: Rework Mistral AI to work with internal http client

* fix: Replace url and header to QNetworkRequest

* refactor: Rework Google provider to use internal http client

* refactor: OpenAI compatible providers switch to use internal http client

* fix: Remove m_requestHandler from tests

* refactor: Remove old handleData method

* fix: Remove LLMClientInterfaceTest
2025-09-03 10:56:05 +02:00
851e681cf5 feat: Add new http client 2025-08-30 18:34:10 +02:00