-
-
Notifications
You must be signed in to change notification settings - Fork 190
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
Not populating links #12
Comments
The loud/breaking part of that error is fixed by ensuring the downstream code can handle errors from the OpenAI API. However, that still doesn't explain why you're getting 400 errors in the first place, so I added the exact response from OpenAI to the console log when this occurs. This way, if you see 400 errors, we should also see a response object from OpenAI, which may give us more insight into what's happening. |
Thanks for this!
And thanks for the always speedy updates! 😊 |
Oh, forgot to mention that |
Still not working after the update. Looks like the same error. |
I just added the last thing I could think of for the last error you screenshotted. PS- the screenshots are a real big help, thanks! |
All better! Thank you! |
OpenAI Error notification muted :) But I'm stumped about what to do with those 400 errors. I think there might be a character encoding issue. I recently reduced the maximum character length per embedding, which would have at least reduced the number of these errors if input size was the issue (input greater than max tokens). |
Moving discussion about 400 errors to #10 |
Getting this in the logs
The text was updated successfully, but these errors were encountered: