ch3njust1n / smart

Self-modifying code at runtime with Large Language Models
MIT License
4 stars 0 forks source link

feat: abstract class for models #64

Closed ch3njust1n closed 1 year ago

ch3njust1n commented 1 year ago

Need to guarantee that the client provides a generate(prompt: str) -> str function with their model.