-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request errors on initial use: Missing valid openai response #11
Comments
Can you check whether your OpenAI account has an access to chatGPT-4 model from your API key ? List all the available models for your account with curl and see whether it contains chatgpt-4 model from response |
+1 have subscribe at openai and api-key and access to very long list of models including "gpt 3.5" and "gpt 3.5 turbo" however, no access to gpt 4 prereq "get api key" , get "pay as you go account w billing" are NOT enough for openai to be the config'd model |
Thanks @jojonoparat looking at the list gpt4 isn't on there, I assumed it would be but just signed up for the waitlist. Is that the problem? Could this work with 3.5? |
The current prompts were not designed to support gpt-3.5 context size - so they may get very unexpected behaviours |
thank you both for the quick replies @jojonoparat that makes sense, looking there you could use a prompt per L35 too that would override the config 😎 @PicoCreator in that case I"ll leave it as-is and hope for access to Claude or GPT-4 soon! It would be helpful if there was:
|
while wait for 4.0 , i tried override ( hard-code to "gpt-3.5-turbo-16k-0613") no change except the literal val in error.msg...
|
I’m having the same problem. The weird thing is, the prompt works at first and GPT correctly lays out the plan. Just once I actually confirm the plan and it tries to do it, it breaks. So yeah, seems to be ai-bridge.
|
I am really excited about the concept here but after the initial setup ran into some errors on Linux Mint 20.3 (Ubuntu Focal).
Steps taken:
npm i -g smol-dev-js
smol-dev-js setup
smole-dev-js run
Output from terminal:
Also noticed
Recieved
is misspelled in the error above 🔬How can I check the warn logs that were mentioned?
The text was updated successfully, but these errors were encountered: