neferdata / allms

allms: One Rust Library to rule them aLLMs
https://crates.io/crates/allms
Other
44 stars 5 forks source link

[LLM Trait] `try_from_str` implementation #45

Closed kamillitman closed 2 months ago

kamillitman commented 2 months ago

This PR adds the try_from_str method definition to the LLMModel trait and implementations of the method for all models.