-
Notifications
You must be signed in to change notification settings - Fork 454
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
feat: OpenAI - Prompt template for ChatGPT to act as a world-class business coach #2207
Conversation
Hi @makingsurgeon! Thank you for your contribution! I've updated your template to include a function that creates the driver json. This will help to reduce the number of lines of code. Please ensure you're using the latest version of naas_drivers to utilize the naas_chat_plugin.create() function. Upon testing your chat plugin, I only received "Yup". Is there something I might have missed? Please let me know if there's any additional information or instructions I should know. Thanks! |
@FlorentLvr I'm out of credits right now, so I can't really test this. |
@makingsurgeon, just checked your credits and you should have 100. Could you please check it again? |
@FlorentLvr I tried to change the link to open the notebook in chatgpt, but it does not work. If I change the link to open it in Jupyter Lab, it works though. I don't know the reason because I basically copy-pasted Jeremy's template. |
…at-plugin 2214 openai create naas chat plugin
@makingsurgeon, I work on a template to help you to create your own "Act as a", I merged the branch I was working on into your branch. Could you please pull and used the template: "OpenAI/OpenAI_Create_Act_as_plugin.ipynb" ? 🙏 |
@FlorentLvr I have used the template and updated the files. |
@makingsurgeon, did you try your plugin in the naas chat? I still received the answer "Yup". I made some changes, please pull the branch before updating it. |
@FlorentLvr Apologies, the file I pushed was not the version I intended to push because I found something weird about the prompt. Now I changed the prompt and it should give something better. |
Hi @makingsurgeon, it appears to be functioning correctly now. However, I was surprised to see placeholders like "[PRODUCT]" in the text. Would it be more appropriate to avoid such keywords in a standard text? Also, can you pull the last version. Last time, you didn't do it so I had commit again my changes. TY 🙏 |
@FlorentLvr I hope this fixes everything. |
@makingsurgeon, thank you for your contribution! You can now start using it in your Naas Chat. :) |
The template is now available on the master branch on this link: |
Thank you for your contribution @makingsurgeon, your PR has been merged into the master branch of awesome-notebook. |
This will close #2206.