Jeffry Samuel
Jeffry Samuel
What I'm saying is that serverless models are not exposed to the API that gets the available models, of course you can just type the model name but that's not...
I don't wanna pay for it honestly
The available models in Ollama are hardcoded since there's no API to check them. Every other type of model with every other type of instance are checked via their respective...
So basically a cache so that Alpaca doesn't call the APIs constantly? That could make sense in online instances, I don't think Ollama would need it though. I'll work on...
Alpaca does not use `Authorization: Bearer API` explicitly, most instances including Anthropic are managed using OpenAI's libraries
I probably will just remove compatibility with Anthropic
Hi everyone, I didn't end up removing Anthropic and instead waited to see if they would support OpenAI's sdk directly. It seems like they have been supporting it for quite...
Hi, every chat picks the last model that sent a message in that particular chat, if the chat is new it picks the first model in the list. I might...
Last update I added a default model selector on preferences https://github.com/Jeffser/Alpaca/commit/71375e8a93892c79ebef37ff1c040b606b6569cd
Hi, I have an update on this. I made the dialog resizeable so it looks good now  Problem is, now that it doesn't have a size limit this happens...