transitive-bullshit / agentic

AI agent stdlib that works with any LLM and TypeScript AI SDK.
https://agentic.so
MIT License
16.38k stars 2.14k forks source link

ChatGPTUnofficialProxyAPI GPT-4 #560

Closed joseph27 closed 4 months ago

joseph27 commented 1 year ago

Describe the feature

Greetings, I have openaI API access but chatgpt-4 is not available for me yet, at the same time I have a plus chatgpt account with Chatgpt 4 accesss. can i use the ChatGPTUnofficialProxyAPI to access the chatgpt 4 ( knowing that the limit is about 25 msgs every 3 hours).

Looking forward to hearing a response.

trentluo commented 1 year ago

yes you can use gpt4,just past the parameter like this model: 'gpt-4'

andrewoodleyjr commented 1 year ago

@trentluo The model: gpt-4 does not exist"

chichuchi commented 1 year ago

@trentluo The model: gpt-4 does not exist"

I have the same prob :/

transitive-bullshit commented 4 months ago

This project is undergoing a major revamp; closing out old issues as part of the prep process.

The chatgpt package is pretty outdated at this point. I recommend that you use the openai package or the openai-fetch package instead.