nomic-ai / gpt4all

GPT4All: Run Local LLMs on Any Device. Open-source and available for commercial use.
https://nomic.ai/gpt4all
MIT License
69.75k stars 7.63k forks source link

Feature: Choose the exact OpenAI model #1955

Closed Dbz closed 2 months ago

Dbz commented 7 months ago

Feature Request

I'd like to request a feature to allow the user to specify any OpenAI model by giving it's version, such as gpt-4-0613 or gpt-3.5-turbo-instruct. Currently, when using the download models view, there is no option to specify the exact Open AI model that I want to download. There are only two options: gpt4 and gpt3.5-turbo.

This could be a relatively simple UI change where we add an enter model version field below the enter $API_KEY field:

Screenshot 2024-02-10 at 8 18 16 PM

Thank you for considering adding this feature. Thank you!

DoS007 commented 4 months ago

Yeah, this is the best way probably, because the development speed would not be fast enough probably to always add the new models like gpt 4 turbo and now gpt4o. Probably just use the model names: https://platform.openai.com/docs/models/ . Would also solve #2335 .

IdeaSense commented 2 months ago

The available API models are several months out of date. Is it still not possible to add GPT-4o? This makes using APIs much more expensive than necessary.

ImLuckyP commented 2 months ago

Please add the model selection option. Much needed

cebtenzzre commented 2 months ago

This should be possible as of #2683, included in GPT4All 3.1.1 (don't let the version number fool you, 3.1.1 is a feature release). If not sufficient, feel free to open a new issue.