v 15.0 Third Party 645
Download for v 15.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 1565
Technical Name odoogpt
LicenseLGPL-3
Websitehttps://odoogpt.thespino.dev
Versions 16.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 1565
Technical Name odoogpt
LicenseLGPL-3
Websitehttps://odoogpt.thespino.dev
Versions 16.0 15.0

Make OdooBot finally useful!

Integrate with ChatGPT and make OdooBot intelligent

 

https://youtu.be/HBZ-pHthh4g

 

Ask anyhing with /ai...

Write the /ai command followed by your message into a chat to talk with OdooBot AI

... and get useful answers from AI

OdooBot AI will do its best to give useful answers!

Top Features

How can OdooGPT help you and your team

  • ✅   Ask anything
  • ✅   Boost productivity
  • ✅   Natural language processing
  • ✅   Easy to integrate
  • ✅   Intelligent and adaptive
  • ✅   Multi-language support
  • ✅   24/7 availability
  • ✅   Works in all chats (private, groups)

Integrate with OpenAI

What you get out of the box:

  • ✅   Integrate OpenAI with api key
  • ✅   Customizable
  • ✅   Import OpenAI Models into Odoo
  • ✅   Get the structure to interact with OpenAI api

Manage OpenAI Files

Manage and upload OpenAI Files directly from Odoo

Browse OpenAI files

Always get all updated information from OpenAI Api

Upload file with wizard

Upload files with a simple and straightforward wizard

Top Features

How can OdooGPT Files help you and your team

  • ✅   Easily upload files
  • ✅   User OpenAI throught Odoo GUI
  • ✅   Always ap-to-date with OpenAI api
  • ✅   Delete files from OpenAI
  • ✅   Specify files purpose

Fine tune OpenAI models

Send jsonl data to train custom OpenAI models

Browse OpenAI Fine Tunes processes

Always get updated OpenAI running and completed processes about all Fine Tunes

Fine tune models

Upload jsonl file to OpenAI to train your models

Top Features

How can OdooGPT Fine-Tune help you and your team

  • ✅   Completely integrated with OdooGPT infrastructure
  • ✅   Train custom models
  • ✅   Get customized answers from your models
  • ✅   Manage OpenAI data from Odoo GUI

Let the AI 🧠 power help you and your business during your days!


Need support?

hello@thespino.dev

More at

odoogpt.thespino.dev


Diclaimer: You will need to install additional Python modules to use this app. Please consider this factor before downloading the module; you must be able to install pip/pip3 modules.
You will find installation instruction into the module Readme files and in docs.
By @thespino

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
UPDATE!
by
Mr G
on 9/17/23, 7:11 AM

I contacted the author and pointed out the problem, he responded and released version 15.0.1.0.3.

Good communication, problem solved, everything works now.


Re: UPDATE!
by
Giorgio Spinoni
on 9/18/23, 12:01 PM Author

Thank you for your review and your suggestions, they'll help a lot to develop a better module! 


Installation problem
by
Mr G
on 8/27/23, 3:34 PM

The module looks promising, but I was not able to install it on 3 different computers (under windows 10 and ubuntu, regular and virtual environment, Odoo 15 CE, Python 3.7 that comes with it).

After installing the openai python library, the module asks for 'importlib.metadata'. After installing that (using 'pip3' as for all other libraries), Odoo still "doesn't see" 'importlib.metadata' and I can't install the module. The message is: 

...
The above exception was the direct cause of the following exception: Traceback (most recent call last): File "C:\Program Files\Odoo15\server\odoo\http.py", line 654, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "C:\Program Files\Odoo15\server\odoo\http.py", line 301, in _handle_exception raise exception.with_traceback(None) from new_cause ModuleNotFoundError: No module named 'importlib.metadata'


I installed all other python libraries normally, without problems. I'm stuck here... Any help please?