mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
add gpt
This commit is contained in:
11
app_chatgpt/data/ir_config_parameter.xml
Normal file
11
app_chatgpt/data/ir_config_parameter.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
|
||||
<record id="config_openapi_context_timeout" model="ir.config_parameter">
|
||||
<field name="key">app_chatgpt.openapi_context_timeout</field>
|
||||
<field name="value">600</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user