mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
177 lines
11 KiB
HTML
177 lines
11 KiB
HTML
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<h1 class="oe_slogan" style="color:#875A7B;">ChatGPT Robot Multi Chat and Training(Under Construction)</h1>
|
|
<h2 class="oe_slogan" style="color:#875A7B;">Base on Integrate Odoo with ChatGPT from InTechual Solutions</h2>
|
|
<h3 class="oe_slogan">Allows the application to leverage the capabilities of the GPT language model to generate human-like responses, providing a more natural and intuitive user experience
|
|
</h3>
|
|
<div class="oe_demo oe_picture oe_screenshot">
|
|
<img src="main_screenshot.png">
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<br/>
|
|
<br/>
|
|
<section class="oe_container oe_mt32">
|
|
<div class="oe_row oe_spaced">
|
|
<h2 class="oe_slogan" style="color:#875A7B;">Configure ChatGPT API Key</h2>
|
|
<h3 class="oe_slogan">Get your OpenAPI API Key</h3>
|
|
<div class="oe_span12">
|
|
<p class="oe_mt32 oe_mb32 text-justify">Get your OpenAPI API Key from: <a href="https://platform.openai.com/account/api-keys">https://platform.openai.com/account/api-keys</a></p>
|
|
<div class="oe_demo oe_picture oe_screenshot">
|
|
<img class='img-responsive' src="api_key.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<br/>
|
|
<br/>
|
|
<section class="oe_container oe_mt32">
|
|
<div class="oe_row oe_spaced">
|
|
<h2 class="oe_slogan" style="color:#875A7B;">Get Best from ChatGPT</h2>
|
|
<div class="oe_span12">
|
|
<p class="oe_mt32 oe_mb32 text-justify">Give your promts to ChatGPT and get best out of AI.</p>
|
|
<div class="oe_demo oe_picture oe_screenshot">
|
|
<img class='img-responsive' src="chatgpt_chat.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<br/>
|
|
<br/>
|
|
<section class="oe_container oe_mt32">
|
|
<div class="oe_row oe_spaced">
|
|
<h2 class="oe_slogan" style="color:#875A7B;">Requirements</h2>
|
|
<div class="oe_span12">
|
|
<p class="oe_mt32 oe_mb32">
|
|
<strong>openai</strong> python library - <br/><code>sudo python3 -m pip install openai</code>
|
|
<br/>
|
|
- OR -
|
|
<br/>
|
|
<code>pip install openai</code>
|
|
Note: Contact us if you find any difficulties in setup/installation.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<br/>
|
|
<br/>
|
|
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<div class="oe_span12">
|
|
<h4 class="oe_slogan"> <a href="https://youtu.be/KwkWk4terrs" target="_blank" style="color: #FFFFFF !important; border-radius: 0; background-color: #f05c4e; border-color: #005ca7; padding: 15px; font-weight: bold;">
|
|
<i class="fa fa-youtube"></i>
|
|
Watch on YouTube
|
|
</a></h4>
|
|
<center>
|
|
</center>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<section class="oe_container">
|
|
<h2 class="oe_slogan" style="color:#875A7B;">Our other apps you may like!</h2>
|
|
<div id="slides" class="row carousel slide mt64 mb32" data-ride="carousel">
|
|
<div class="carousel-inner">
|
|
<div class="carousel-item active" style="min-height: 0px;">
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;">
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_all_in_one" target="_blank">
|
|
<div style="box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);border-radius: 10px;">
|
|
<img class="img img-responsive center-block" style="border-top-left-radius: 10px; width: 360px; height: 180px; border-top-right-radius: 10px;" src="wp_all_in_one.gif">
|
|
<h4 class="mt0" style="padding:6% 4%;text-align: center;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-family: Roboto-medium;">
|
|
WhatsApp All In One
|
|
</h4>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;">
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_sale_integration" target="_blank">
|
|
<div style="box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);border-radius: 10px;">
|
|
<img class="img img-responsive center-block"
|
|
style="border-top-left-radius: 10px; width: 360px; height: 180px; border-top-right-radius: 10px;"
|
|
src="whatsapp_sale_integration.png"/>
|
|
<h4 class="mt0" style="padding:6% 4%;text-align: center;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-family: Roboto-medium;">
|
|
WhatsApp Delivery Integration
|
|
</h4>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;">
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_invoice_integration" target="_blank">
|
|
<div style="box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);border-radius: 10px;">
|
|
<img class="img img-responsive center-block"
|
|
style="border-top-left-radius: 10px; width: 360px; height: 180px; border-top-right-radius: 10px;"
|
|
src="whatsapp_invoice_integration.png"/>
|
|
<h4 class="mt0" style="padding:6% 4%;text-align: center;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-family: Roboto-medium;">
|
|
WhatsApp Invoice Integration
|
|
</h4>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="carousel-item">
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;">
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_pos_integration" target="_blank">
|
|
<div style="box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);border-radius: 10px;">
|
|
<img class="img img-responsive center-block"
|
|
style="border-top-left-radius: 10px; width: 360px; height: 180px; border-top-right-radius: 10px;"
|
|
src="whatsapp_pos_integration.png"/>
|
|
<h4 class="mt0" style="padding:6% 4%;text-align: center;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-family: Roboto-medium;">
|
|
WhatsApp PoS Integration
|
|
</h4>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;">
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_purchase_integration" target="_blank">
|
|
<div style="box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);border-radius: 10px;">
|
|
<img class="img img-responsive center-block"
|
|
style="border-top-left-radius: 10px; width: 360px; height: 180px; border-top-right-radius: 10px;"
|
|
src="whatsapp_purchase_integration.png"/>
|
|
<h4 class="mt0" style="padding:6% 4%;text-align: center;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-family: Roboto-medium;">
|
|
WhatsApp Purchase Integration
|
|
</h4>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="col-xs-12 col-sm-4 col-md-4 mb16 mt16" style="float: left;">
|
|
<a href="https://apps.odoo.com/apps/modules/16.0/whatsapp_payment_integration" target="_blank">
|
|
<div style="box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);border-radius: 10px;">
|
|
<img class="img img-responsive center-block"
|
|
style="border-top-left-radius: 10px; width: 360px; height: 180px; border-top-right-radius: 10px;"
|
|
src="whatsapp_payment_integration.png"/>
|
|
<h4 class="mt0" style="padding:6% 4%;text-align: center;white-space: nowrap;width: 100%;overflow: hidden;text-overflow: ellipsis;font-family: Roboto-medium;">
|
|
WhatsApp Payments Integration
|
|
</h4>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a class="carousel-control-prev" href="#slides" data-slide="prev" style="left:-25px;width: 35px;color: #000;">
|
|
<span class="carousel-control-prev-icon"><i class="fa fa-chevron-left" style="font-size:24px"></i></span>
|
|
</a>
|
|
<a class="carousel-control-next" href="#slides" data-slide="next" style="right:-25px;width: 35px;color: #000;">
|
|
<span class="carousel-control-next-icon"><i class="fa fa-chevron-right" style="font-size:24px"></i></span>
|
|
</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="oe_container">
|
|
<div class="oe_row oe_spaced">
|
|
<div class="oe_span12">
|
|
<h2 class="oe_slogan" style="color:#875A7B;">Support</h2>
|
|
<p class="text-center">
|
|
<a href="https://intechualsolutions.com" target="_blank" style="font-weight:bold; font-size:30px; color:#777 !important"><img class="img img-responsive center-block"
|
|
style="border-top-left-radius: 10px; width: 360px; height: 115px; border-top-right-radius: 10px;" src="logo.png"/></a>
|
|
</p>
|
|
<p class="oe_slogan">
|
|
Please contact us if you need customization/support for this module <a href="mailto:info@intechualsolutions.com">info@intechualsolutions.com</a>
|
|
</p>
|
|
<p class="text-center">
|
|
<a class="btn btn-success mt8" title="Website" style="background-color: #ff824c; color: #FFFFFF !important;" href="https://intechualsolutions.com" target="_blank"> https://intechualsolutions.com </a>
|
|
<a class="btn btn-success mt8" title="Website" style="background-color: #3b406d; color: #FFFFFF !important;" href="mailto:info@intechualsolutions.com"> Support </a><br/><br/>
|
|
<span>Note: We have changed our company name from <b>Ascents Entrepreneurs</b> to <b>InTechual Solutions</b></span>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|