#Setting default model for new (and old?) users

1 messages · Page 1 of 1 (latest)

dusk elbow
#

Hi!

I'm looking to set a default model for my new users. Currently it defaults to GPT-4o which costs a shitton of money while I'd like to default it to other options that are cheaper. Typically, I've just added a custom endpoint to deepseek (seriously underrated model), and I'd like people to use this by default.

I'm looking into the configuration documentation but nothing is super obvious and I'm afraid to get lost in a rabbit hole.

Does anyone know how to set the default model?

Thanks
Rémy

golden cove
#

plus one on this

steel tundra
#

Otherwise, you can change the endpoint order so that "Deepseek" is first
ENDPOINTS=custom,openAI

dusk elbow
#

oh that is interesting

#

I've seen the model spec but I don't really understand what it's about

#

but changing the order of endpoints is going to do the job perfectly well

#

well no it doesn't work

#

doesn't change the order

#

🥲

#

so I guess I'll have to understand what model specs is about

#

oh no my bad

#

it works

#

I just had replaced custom with the names of my custom endpoints, but it's literally custom that you need to write