AIGC2D官方地址为:https://www.aigc2d.com
API接口地址为:https://api.aigc2d.com
{
"model": "gpt-4",
"messages": [
{
"role": "string",
"content": "string",
"name": "string",
"function_call": {
"name": "string",
"arguments": "string"
}
}
],
"max_tokens": 0,
"temperature": 0,
"top_p": 0,
"n": 0,
"stream": true,
"stop": [
"string"
],
"presence_penalty": 0,
"frequency_penalty": 0,
"logit_bias": {
"property1": 0,
"property2": 0
},
"user": "string",
"functions": [
{
"name": "string",
"description": "string",
"parameters": {
"type": "string",
"properties": {
"property1": {
"type": "string",
"description": "string",
"enum": [
"string"
],
"properties": {
"property1": {},
"property2": {}
},
"required": [
"string"
],
"items": {}
},
"property2": {
"type": "string",
"description": "string",
"enum": [
"string"
],
"properties": {
"property1": {},
"property2": {}
},
"required": [
"string"
],
"items": {}
}
},
"required": [
"string"
]
}
}
],
"function_call": "string"
}