Classify
#1021
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As part of experimenting with release a runtime for genaiscript, the
classify
helper is now shipped as a "genaiscript source" file instead of baked in the genaiscript runtime. This means that you have to import it.classify
implements all the tricks to do classification with LLMs (logit-bias, maxtokens, cot, ...)then you can use the function.
Hopefully, this makes it easier to extend genaiscript with helpers that are built on the core api.
Beta Was this translation helpful? Give feedback.
All reactions