-
Notifications
You must be signed in to change notification settings - Fork 4
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
docs: add assistant guidelines #138
Conversation
The content looks good, thank you! I did some formatting and renamed the file. One thing to be added to this guide could be a small explanation of the new parameters the assistant now has. These mostly mimic the OpenAI API Parameters as described here: https://platform.openai.com/docs/api-reference/chat/create Would be nice to have concise descriptions for these so that non-developers get an idea how to tweak the output. |
Add parameter descriptions
Thanks, the new descriptions are looking good! One last thing that came to my mind: Could you add some more information the the two example workflows based on your experience (i.e., which types of texts work good for generating the entire graph, which ones would require the user to perform the steps individually and correct potential errors). Thank you! |
Add some additional info the example workflows and also add an o1 paragraph in the Disclaimer and Tips
Fixes #134