ILikeAI / AlwaysReddy

AlwaysReddy is a LLM voice assistant that is always just a hotkey away.
MIT License
524 stars 50 forks source link

print model from config #15

Closed kaminoer closed 2 months ago

kaminoer commented 2 months ago

This is just a small change to print the whisper model from config rather than self.model. Model prints its memory address I think. I checked the available attributes and none of them returns the actual model name. Printing from config seems to be the only option here.

ILikeAI commented 2 months ago

Thanks!