-
Notifications
You must be signed in to change notification settings - Fork 46
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
New chat GPT widget use #260
Comments
A new widget ChatGPT Constructor (#262) may solve that. |
that's really really cool, thanks! Kudos |
small digression on the chatGPT Constructor : I managed to get it output some json structure, e.g. with a question giving 3 answers, the 3 answers being in a json array, e.g. : {"qualities": ["intelligence", "adaptability", "loyalty"]}. now I'd like to access the different text elements in json with extensions like Textable or Text Mining (for a word cloud, or whatever) . Any idea on how to do that? (if not possible, I could probably store the json output in a postgres table, convert it into real json, and access it back with a SQL Table, but it kinda "breaks" the workflow) |
You can ask ChatGPT to give you a simple list of qualities (no json), just a list, separated by comma. Then pass it to Text to Columns, which will create a column per quality. Word cloud would also work with a simple list. |
Prototypes version 0.19.0
Orange version
3.35Expected behavior
unknown
Please, could you give an example of use of chat GPT new widget?
Is there any way to create a column with the answers?
Thank you!!!
The text was updated successfully, but these errors were encountered: