A chatbot deployed in Netsuite.
Features include multi-round conversations and image generation.
To use ChatNetsuite in NetSuite, you can follow these steps:
- Upload the files to SuiteScripts folder in the File Cabinet.
- Go to Customization > Scripts > New.
- Select ChatNetsuite_public.js and click on Create Script Record.
- Set the name of the script and click on Save.
- Click on Deploy Script.
- Set script deployment configuration and click on Save.
- Configure script id in ChatNetsuite_router_public file.
- Configure openai key in api_key.js file.
- Alternatively, click on Edit and configure Links to place ChatNetsuite on the navigation bar.
- Enjoy.
You can refer to NetSuite's SuiteScript documentation for more detailed information.
PRs accepted.
This is not an official product of Oracle, Netsuite, or OpenAI. The authors of this project are not responsible for any content generated using this interface. By using this software, you agree not to:
- Violates any laws.
- Produces any harm to a person or persons.
- Disseminates (spreads) any personal information that would be meant for harm.
- Spreads misinformation.
- Target vulnerable groups.
V0.06 - 29th August 2024:
Simplify configuration.
V0.05 - 20th March 2024:
Update the image generation model to 'dall-e-3'.
Improve navigation bar.
V0.04 - 17th April 2023:
Add image generation.
Add default prompt to improve the quality of answer and reduce token consumed.
V0.03 - 14th April 2023:
Support multi-round conversations and temporarily preserve chat history.
Improve user interface.
V0.02 - 13th April 2023:
Update the model from 'text-davinci-003' to 'gpt-3.5-turbo'.