Skip to content

Releases: BeastByteAI/scikit-llm

v1.4.2

20 Sep 19:36

Choose a tag to compare

Changes

🚀 Features

  • Added model constants file and standardize model name usage (#124)
  • Added Anthropic API support (#118)
  • Added support for reasoning models/gpt-5

v1.4.1

09 Nov 20:57
35315db

Choose a tag to compare

Changes

  • Fixed labels extraction for multi-label classifiers (#117)

v1.4.0

04 Aug 20:11
261f501

Choose a tag to compare

Changes

  • Replaced gpt4all with llama-cpp-python (#110)

v1.3.1

24 Jul 19:12
a9c29c4

Choose a tag to compare

Changes

  • Added gpt-4o-mini to the list of tunable models (#108)

v1.3.0

06 Jul 21:35
d0fe2b2

Choose a tag to compare

Changes

  • Chain of thought classifier (#106)

v1.2.0

25 Jun 18:04
fd3a4ac

Choose a tag to compare

Changes

  • Added NER task (#103)
  • Added multi-threading (#101)
  • Adjusted attributes in OpenAI mixin (#95)

v1.1.0

25 May 08:26

Choose a tag to compare

Changes

  • Updated default models (#94)
  • Added Gemini support [Vertex backend] (#94)
  • Added custom URL support [GPT backend] (#94)
  • Added embedding support for Azure [GPT backend] (#94)
  • Added optional distance metric for KNN in DynamicFewShotGPTClassifier (#92)

🧹 Maintenance

  • Bump actions/checkout from 3 to 4 (#72)

v1.0.0

25 Dec 18:09
0bdea94

Choose a tag to compare

Changes

  • Major code refactoring
  • New documentation

v0.4.2

09 Nov 11:22
0c91a25

Choose a tag to compare

Changes

  • OpenAI version is temporarily set to <1.0 in order to avoid compatibility issues

v0.4.1

24 Aug 08:36
0eeedfb

Choose a tag to compare

Changes

  • fix gpt prediction function (#59)