Commit Graph

  • 1170c95f22 Remove unused function parameters in LLM class and add notes for tool selection implementation main Lasse Server 2025-10-14 11:13:46 +0200
  • 6c6be0798e This is now vLLM only Lasse Server 2025-10-12 21:13:32 +0200
  • 238a5146f8 Improved tool use lasseedfast 2025-09-26 10:56:21 +0200
  • d2319209e1 Refactor public API to include register_tool and get_tools; enhance LLM class with response normalization lasseedfast 2025-09-25 15:35:47 +0200
  • b72df20b03 New version to use OpenAI Python API and vLLM lasseedfast 2025-09-24 07:08:36 +0200
  • 3f67dd57d2 Fix typo in LLM class constructor: change 'siltent' to 'silent' legacy lasseedfast 2025-09-22 17:44:57 +0200
  • d3f347661b Enhance ChatResponse handling: add headers support and refactor request method in LLM class lasseedfast 2025-09-20 11:15:51 +0200
  • ba75c7dc97 Returning the whole ChatReponse object, so need to update other code... lasseedfast 2025-09-18 15:39:12 +0200
  • 13ba2fe457 Add compatibility attribute 'content' to response for legacy support lasseedfast 2025-09-18 15:22:44 +0200
  • 3239d6c367 Update .gitignore: add Thumbs.db and test_ollama_embeddings.py to ignored files lasseedfast 2025-09-18 15:13:09 +0200
  • a6a388d3d0 Refactor LLM class export: update import statement and define public API lasseedfast 2025-09-18 15:12:50 +0200
  • 4567ed2752 Enhance LLM class: add support for embeddings model, update model options, and improve VPN handling lasseedfast 2025-09-18 15:12:40 +0200
  • 12b7c5ba4d Enhance LLM class: add local availability and timeout parameters, update model handling, and refactor header building lasseedfast 2025-06-08 23:07:12 +0200
  • a5a7034bbc Add backoff retry mechanism for remote API calls in LLM class lasseedfast 2025-06-05 08:25:37 +0200
  • 2e370c03ca Update installation instructions and to remove GitHub and add git.edfast.se lasseedfast 2025-06-02 16:48:37 +0200
  • 2431c667b1 Enhance README and LLM class: add native thinking feature support, update installation instructions, and improve streaming handling lasseedfast 2025-05-30 21:34:17 +0200
  • 7360a1ed82 Update README and install script: add installation instructions and create dependency installation script lasseedfast 2025-05-30 21:14:03 +0200
  • 17d3335ff6 Enhance LLM class: add 'think' parameter for reasoning models and improve message handling lasseedfast 2025-05-30 21:07:01 +0200
  • c275704014 Remove debug print statements from message preparation methods lasseedfast 2025-05-21 16:26:49 +0200
  • aba0951534 Refactor package structure: rename to "llm_client", update imports, and enhance setup configuration lasseedfast 2025-05-21 16:19:10 +0200
  • c998de1077 Update package name to "llm_client" and require Python 3.8 or higher lasseedfast 2025-05-21 15:30:48 +0200
  • 6c807c8744 first commit lasseedfast 2025-05-21 15:27:16 +0200