alishobeiri/thread

support specifying a particular model in the openai setting.

Closed this issue · 3 comments

When we use service from an openai api compatible provider, we may need to specify a custom model instead of the default gpt-4o. Or maybe we want to try out other models of openai sometimes. Now we can not do this. I think it will help much if supported.

Basically, It will be better if we support setting temperature/top_k/top_p etc.

Hi Lightzhan, the ability to select multiple models is supported in 0.1.21, would love for you to give it a try and share your feedback!

Added this to track the ability to add model parameters too #30