mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
[app_chatgpt] v18 to be validate
This commit is contained in:
21
app_chatgpt/models/res.json
Normal file
21
app_chatgpt/models/res.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
'id': 'chatcmpl-747IRWr2Ij3HA6NVTWp4ZTnEA2grW',
|
||||
'object': 'chat.completion',
|
||||
'created': 1681215715,
|
||||
'model': 'gpt-3.5-turbo-0301',
|
||||
'usage': {
|
||||
'prompt_tokens': 17,
|
||||
'completion_tokens': 38,
|
||||
'total_tokens': 55
|
||||
},
|
||||
'choices': [
|
||||
{
|
||||
'message': {
|
||||
'role': 'assistant',
|
||||
'content': '非常抱歉,我不太理解您在说什么。 可以提供更多背景信息或上下文吗?'
|
||||
},
|
||||
'finish_reason': 'stop',
|
||||
'index': 0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user