mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update ai chatgpt 基础优化
This commit is contained in:
@@ -104,7 +104,10 @@
|
||||
</label>
|
||||
<div>
|
||||
<field name="provider" class="oe_inline"/>
|
||||
<a href="https://platform.openai.com/docs/introduction" title="OpenAI Document" class="o_doc_link" target="_blank"></a>
|
||||
<a href="https://platform.openai.com/docs/introduction" title="OpenAI Document" class="o_doc_link" target="_blank"
|
||||
attrs="{'invisible': [('provider', '!=', 'openai')]}"/>
|
||||
<a href="https://learn.microsoft.com/zh-cn/azure/ai-services/openai/how-to/chatgpt" title="Azure AI Document" class="o_doc_link" target="_blank"
|
||||
attrs="{'invisible': [('provider', '!=', 'azure')]}"/>
|
||||
</div>
|
||||
<field name="max_tokens"/>
|
||||
<field name="engine"/>
|
||||
|
||||
Reference in New Issue
Block a user