Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 303 |
Technical Name |
ai_autocompleter |
License | AGPL-3 |
Website | https://odoonext.com |
Versions | 12.0 13.0 14.0 15.0 16.0 17.0 18.0 |
Description: This Odoo module uses OpenAI's GPT-3.5 language model to automatically complete text fields in Odoo, such as notes, descriptions, and messages. It also autocompletes email addresses based on previous user inputs.
AI Text Completion
Functionality:
When a user creates or edits a record in Odoo that includes text fields, the AI Text Completion module adds a button next to each text field.
When the user clicks on the "Preview" button, the module sends the existing text in the text field to OpenAI's GPT-3.5 language model through its text API and receives completed text suggestions in response.
The module displays a list of completed text suggestions to the user, which the user can select and use to complete the text field.

Configuration:
To use the AI Text Completion module, users must provide the OpenAI API key in the module's configuration form. This will allow the module to communicate with OpenAI's GPT-3.5 language model through its text API.

Benefits:
Saves time for users by automatically completing text fields, reducing manual workload and increasing efficiency.
Improves the accuracy and quality of completed text fields by using a highly advanced AI language model.
Facilitates email creation by autocompleting email addresses.






Please log in to comment on this module