assafelovic / gpt-researcher

LLM based autonomous agent that does online comprehensive research on any given topic
https://gptr.dev
Apache License 2.0
14k stars 1.81k forks source link

gpt-4 access End of July #115

Closed sauadwaya closed 1 year ago

sauadwaya commented 1 year ago

Running into this error: The model gpt-4 does not exist or you do not have access to it. Learn more: https://help.openai.com/en/articles/7102672-how-can-i-access-gpt-4.

According to the article: "We plan to open up access to new developers by the end of July 2023". It is August now. Is there anything else I need to do to get permission? Any way we can reach out to OpenAI support for this?

leowill01 commented 1 year ago

openai admins have said on their forums they are rolling our gpt-4 api access to everyone its just going slowly. all we can do is be patient and wait.

assafelovic commented 1 year ago

While some are waiting for gpt4 access you can modify the models in this file: https://github.com/assafelovic/gpt-researcher/blob/master/config/config.py Simply change it from gpt4 to gpt-3.5-turbo or similar