Closed kamillitman closed 2 months ago
This PR adds the try_from_str method definition to the LLMModel trait and implementations of the method for all models.
try_from_str
LLMModel
looks good!! I would bump the minor version of the crate too!!
Will do. Sending a PR for that.
This PR adds the
try_from_str
method definition to theLLMModel
trait and implementations of the method for all models.