Robitx / gp.nvim

Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI, Ollama, Anthropic, ..]
MIT License
787 stars 67 forks source link

clarify: which models are currently possible to use with gp.nvim? #61

Closed divramod closed 10 months ago

divramod commented 10 months ago

in my openapi dashboard i can see a list of possible text models.

could you clarify, which models we can use in general with gp.nvim?

i watched the dev day talk last week and sam altman spoke about gpt-4 turbo, but i can't see it in the list. he said that gpt-4 turbo would be able to handle a lot more user input tokens.

could it be that gpt-4-1106-preview is gpt-4 turbo?

do you know what the 1106 means?

edit: i just switched to gpt-4-1106-preview it responds ten times faster whooop

Screenshot 2023-11-13 at 05 35 09

Robitx commented 10 months ago

@divramod hey, yes, I'm running on gpt-4-1106-preview also :slightly_smiling_face: the number is month and day publicly released (MMDD)

divramod commented 10 months ago

thx for the explanations!