microsoft / JARVIS

JARVIS, a system to connect LLMs with ML community. Paper: https://arxiv.org/pdf/2303.17580.pdf
MIT License
23.67k stars 1.97k forks source link

Is GPT-4 available when you have api-key which can use gpt-4? #182

Open DahaeKimEsther opened 1 year ago

DahaeKimEsther commented 1 year ago

Whenever I'm trying to use model: gpt-4 image

it returns the message below {"message":"The model: gpt-4 does not exist"}

SohamSen15 commented 1 year ago

Currently, only text-davinci-003 model is supported. The project has plans to integrate more open-source LLMs in the future. Nothing is mentioned about API integration for closed-source LLMs. As for now, it isn't possible to use GPT-4.