You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the optimized prompt out of the student_model but its history is empty. When accessing the teacher_model's history, its "prompt" key is None. I am using the new LM class.
This works fine with the old OpenAI class.
The text was updated successfully, but these errors were encountered:
Hi,
I am running a
BootstrapFewShot
optimizer on a simplemodel
as follows:I want to get the optimized prompt out of the
student_model
but its history is empty. When accessing theteacher_model
's history, its"prompt"
key isNone
. I am using the newLM
class.This works fine with the old
OpenAI
class.The text was updated successfully, but these errors were encountered: