v1.0.2 #4
halilcosdu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release v1.0.2 of the Laravel Finetuner package includes the following changes:
Addition of the
FineTunerCommand
: This new command provides an interface for generating examples, uploading them, and starting a fine-tuning job with Laravel Finetuner. It includes options for specifying a prompt, temperature, and number of examples.Bug Fix: An issue was resolved where the
array_rand
function was returning random keys from the array, not the values. This was causing incorrect data to be added to themessages
array. The code has been corrected to use the returned keys to get the actual values from theprevExamples
array.This release enhances the functionality of the package and improves its reliability by fixing a known bug.
This discussion was created from the release v1.0.2.
Beta Was this translation helpful? Give feedback.
All reactions