-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[BUG] AI Personas Creator fails #328
Comments
Thanks for the details - probably a duplicate of #316 . |
Fixed with e2e7ea9 - streaming chat generation. @younes-io: can you verify that this is fully fixed now? |
@enricoros Not sure if you deployed yet, but I tried many times, still got the same issue: |
It's on the |
Oh I didn't know that endpoint exists, thank you ! |
Update: since this fix is pretty important, it's being deployed on the stable branch. Will be available in a few minutes. |
Does not seem to be fixed when using the latest docker image. |
It is working.. one can tell as AI answers, but it's the input that is not valid. Did you use from YouTube or from Text? And what's the input? |
text, I just used a similar prompt as is done in custom GPTs. Not sure can class it as working when it says "there is no transcript so I'll make something up (and ignore the actual input)" |
This bug was opened due to a specific timeout and issue, which was resolved by switching to streaming generation, so the right place to discuss this is in a new bug, not piling up here. Note that this Persona Creator is about replication of a persona from a YouTube Video or sequences of text (e.g. Tweets) - and not about creating one from an instruction (that will be a separate Tab on top, in the future). |
Description
First, I wanted to create a persona using GPT4-Turbo and these are the issues I found:
1 - in the first API call made to big-AGI server, the function name is "undefined" and its response is:
The second API call fails with :
I re-run those same requests on Postman, and I reproduced the same issue(s) on the browser.
The browser's console have these errors:
Device and browser
Windows 11
Version 1.60.118 Chromium: 119.0.6045.163 (Official Build) (64-bit)
Screenshots and more
No response
Willingness to Contribute
The text was updated successfully, but these errors were encountered: