Scott Werner
Scott Werner
Maybe this makes sense to put in the output adapter rather than the generator? Some other thing? It seems tied to the output and/or input to figure out which model...
Yeah, that's a really great point! I think [your PR](https://github.com/sublayerapp/sublayer/pull/7) hints at a really nice solution to this problem that lets us avoid having to make big changes to adapters...
Will primarily share potential code examples over there to see if we can get to a solution that solves this
For us to do this the right way, we'll need to figure out a way to automatically determine support of the current AI provider...
Interesting, I hadn't thought to check the cpu load while playing music. I'm working on a spotify+raspberry pi project too. I'll check it out tonight or tomorrow and report back...
closing as we'll likely start moving toward something more like #92
Just merged function calling into the 0.1 branch. I just realized this branching/versioning plan was a little backwards. Going to be working through merging these PRs into the 0.1 branch...
Thinking maybe there's a pattern similar to how activerecord models have overloaded `find` methods. If we overloaded the `generate` method with being able to accept some parameters we could expand...
For these new output adapters, let's also make sure to create a new example in the examples directory that uses it along with the specs for the main 3 providers...