mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
prepare #I6SC9C app_chatgpt优化,指定用户时增加使用情况
This commit is contained in:
@@ -15,6 +15,18 @@
|
||||
<field name="gpt_demo_time"/>
|
||||
</group>
|
||||
</group>
|
||||
<group>
|
||||
<group string="Usage">
|
||||
<field name="first_ask_time"/>
|
||||
<field name="service_start_date"/>
|
||||
<field name="service_end_date"/>
|
||||
<field name="used_number"/>
|
||||
<field name="max_number"/>
|
||||
<field name="human_prompt_tokens"/>
|
||||
<field name="ai_completion_tokens"/>
|
||||
<field name="tokens_total"/>
|
||||
</group>
|
||||
</group>
|
||||
</page>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user