cURL
curl --request POST \ --url https://api.gbase.ai/v1/ais/gen_prompt \ --header 'Content-Type: application/json' \ --data '{ "prompt_in": "<string>", "ai_id": "<string>", "cur_prompt": "<string>", "stream": true, "message_id": "<string>" }'
{ "prompt": "<string>", "role": "<string>", "general": "<string>" }
一键生成机器人的prompt, 使用Meta Prompt调用大模型进行生成
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
The response is of type object.
object