openai-core中文文档
  1. gpts
openai-core中文文档
  • 介绍
  • 项目说明
  • 身份验证
  • 发出请求
  • 支持模型(模型及费率一览表)
  • openai api
    • 介绍
    • 导言
    • RealTime 实时语音对话服务
    • gpts
      • gpts介绍
      • GPTS对话
        POST
      • 搜索相关 GPTs
        POST
    • 图像(Images)
      • README
      • 图像对象
      • 创建图像
      • 创建图片编辑
      • 创建图像变体
    • 嵌入(Embeddings)
      • 嵌入对象
      • 创建嵌入
    • 自动补全(Completions)
      • 完成对象
      • 创建完成
    • 聊天(Chat)
      • 聊天完成对象
      • 聊天完成块对象
      • 创建聊天补全
    • 音频(Audio)
      • 创建语音
      • 创建转录
      • 创建翻译
  • Claude
    • claude-3接入说明
    • 创建聊天(openai格式)
      POST
  • 视频接口
    • kling(官方格式)
      • 文生视频
      • 查询任务
      • 图生视频
    • luma
      • 免费版
        • 生成视频
        • 获取视频
      • 付费版(开发中)
        • 生成视频 Copy
    • CogVideoX(官方格式)
      • 生成(generations)
      • 查询(async-result)
    • runway(开发中)
      • 生成(generations) Copy
    • sora
      • openai格式
        • 生成视频
  • 音乐接口
    • suno
      • suno接入说明
      • GoAmzAI格式
        • v3.5
          • 生成音乐
          • 获取音乐
        • v3.0
          • 生成音乐
          • 获取音乐
          • 生成歌词
          • 歌词查询
      • openai格式
        • 生成音乐
  • 图片接口
    • midjourney
      • Midjourney接入说明
      • 任务查询
        • 根据ID列表查询任务
        • 指定ID获取任务
        • 获取任务图片的seed
      • 提交swap_face任务(换脸)
      • 绘图变化(UPSCALE; VARIATION; REROLL)
      • 执行动作(所有的关联按钮动作UPSCALE; VARIATION; REROLL; ZOOM等)
      • 绘图变化-simple(UPSCALE; VARIATION; REROLL)
      • 提交Blend任务(图生图)
      • 提交Describe任务(图生文)
      • 提交Imagine任务(文生图、文图生图)
      • 提交Modal(提交局部重绘、ZOOM)
      • 提交Shorten任务(prompt分析)
    • flux(开发中)
      • 生成图像(image)
      • 查询任务(get_result)
  1. gpts

GPTS对话

POST
https://api.openai-core.com/v1/chat/completions
给定一个提示,该模型将返回一个或多个预测的完成,并且还可以返回每个位置的替代标记的概率。
为提供的提示和参数创建完成

请求参数

Header 参数
Content-Type
string 
必需
示例值:
application/json
Accept
string 
必需
示例值:
application/json
Authorization
string 
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
model
string 
必需
要使用的模型的 ID。有关哪些模型可与聊天 API 一起使用的详细信息,请参阅模型端点兼容性表。
messages
array [object {2}] 
必需
至今为止对话所包含的消息列表。Python 代码示例。
role
string 
可选
content
string 
可选
stream
boolean 
可选
默认为 false 如果设置,则像在 ChatGPT 中一样会发送部分消息增量。标记将以仅数据的服务器发送事件的形式发送,这些事件在可用时,并在 data: [DONE] 消息终止流。Python 代码示例。
示例
{
  "model": "gpt-4-gizmo-g-2fkFE8rbu",
  "messages": [
    {
      "role": "user",
      "content": "给我生成一张美女图片"
    }
  ],
  "stream": false
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.openai-core.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
  "model": "gpt-4-gizmo-g-2fkFE8rbu",
  "messages": [
    {
      "role": "user",
      "content": "给我生成一张美女图片"
    }
  ],
  "stream": false
}'

返回响应

🟢200OK
application/json
Body
id
string 
必需
object
string 
必需
created
integer 
必需
choices
array [object {3}] 
必需
index
integer 
可选
message
object 
可选
finish_reason
string 
可选
usage
object 
必需
prompt_tokens
integer 
必需
completion_tokens
integer 
必需
total_tokens
integer 
必需
示例
{
    "id": "chatcmpl-89DMB2bZCAAOUk5rKoh5b9iVvU15n",
    "object": "chat.completion",
    "created": 1721889534,
    "model": "search-gpts",
    "choices": [
        {
            "index": 0,
            "message": {
                "role": "assistant",
                "content": "{\"items\":[{\"gizmo\":{\"id\":\"g-2fkFE8rbu\",\"organization_id\":\"org-OROoM5KiDq6bcfid37dQx4z4\",\"short_url\":\"g-2fkFE8rbu-dall-e\",\"author\":{\"user_id\":\"user-u7SVk5APwT622QC7DPe41GHJ\",\"display_name\":\"ChatGPT\",\"link_to\":\"https://openai.com\",\"is_verified\":true,\"selected_display\":\"name\",\"will_receive_support_emails\":null,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"DALL·E\",\"description\":\"Let me turn your imagination into imagery.\",\"prompt_starters\":[],\"profile_pic_id\":\"file-SxYQO0Fq1ZkPagkFtg67DRVb\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-SxYQO0Fq1ZkPagkFtg67DRVb?se=2123-10-12T23%3A57%3A32Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D31536000%2C%20immutable&rscd=attachment%3B%20filename%3Dagent_3.webp&sig=pLlQh8oUktqQzhM09SDDxn5aakqFuM2FAPptuA0mbqc%3D\",\"categories\":[\"other\"]},\"share_recipient\":\"link\",\"created_at\":\"2023-11-05T23:56:43.549801+00:00\",\"updated_at\":\"2024-06-28T19:42:41.799038+00:00\",\"last_interacted_at\":\"2024-07-25T06:36:29.846375+00:00\",\"num_interactions\":131,\"tags\":[\"unreviewable\",\"public\",\"first_party\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":null,\"created_ago_str\":null,\"review_stats\":null},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"gzm_cnf_KuQKBEnzFPMwdKIWYnOoetjx~gzm_tool_P9ZWt7cmybLejZWkNxDTEpIj\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-odvZ36Y1H\",\"organization_id\":\"org-kk6UgqMtgyeXJcS8vTNc5X4y\",\"short_url\":\"g-odvZ36Y1H-gradient-image-art-generator-editor-for-dall\",\"author\":{\"user_id\":\"user-mxWOzoWoJZw9CMnsrOn81Xra\",\"display_name\":\"ethangpts.com\",\"link_to\":\"https://ethangpts.com\",\"is_verified\":true,\"selected_display\":\"website\",\"will_receive_support_emails\":true,\"display_socials\":[{\"id\":\"linkedinverify-4b97-9080-6c959845166a\",\"type\":\"linkedin\",\"display_name\":\"LinkedIn\",\"verified\":true,\"verified_data\":{\"id\":\"IZlyQoJGOV\",\"username\":\"Ethan Safar\",\"display_name\":\"Ethan Safar\",\"type\":\"linkedin\",\"link_to\":\"https://linkedin.com/in/ethan-safar\"}},{\"id\":\"twitterverify-43d2-b12a-bbe33d600487\",\"type\":\"twitter\",\"display_name\":\"X\",\"verified\":true,\"verified_data\":{\"id\":\"3331756420\",\"username\":\"@eth_4n_\",\"type\":\"twitter\",\"link_to\":\"https://twitter.com/eth_4n_\"}}]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"Gradient: image & art generator + editor for DALL\",\"description\":\"Bringing user experience to Dalle-3. Generate 1-4 images using \\\"/number your-image-prompt\\\". 🆕 Then use commands 1-2-3 to iterate faster.\",\"prompt_starters\":[\"/1 🚇🌴 Abandoned metro in the jungle, pixar style.\",\"/2 👨🏼‍🦱🏛️ Marble Greek statue smoking a cigar with a pizza on the head.\",\"/3 🧑🏼‍🚀🍕 Astronaut cooking pizza on Moon.\",\"/4 🧟‍♂️🚀 Zombie, 4 different context and style.\"],\"profile_pic_id\":\"file-paOaQXH5c2fVDWygi4IphKjd\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-paOaQXH5c2fVDWygi4IphKjd?se=2124-06-27T18%3A13%3A44Z&sp=r&sv=2023-11-03&sr=b&rscc=max-age%3D604800%2C%20immutable%2C%20private&rscd=attachment%3B%20filename%3DGroup%2520427319852.png&sig=RWUK5hcNtQAXgzqJQrSLd3g%2BOiCRon0YLWAj8OB3IYw%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-01-07T16:15:38.513308+00:00\",\"updated_at\":\"2024-07-25T06:37:14.635821+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\",\"uses_function_calls\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"200K+\",\"created_ago_str\":\"6 months ago\",\"review_stats\":{\"total\":59964,\"count\":16189}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"9u0AufM5J3FAUK962MhWxzKh\",\"type\":\"plugins_prototype\",\"settings\":null,\"metadata\":{\"action_id\":\"g-e6d0e8403184adaf90efb80223126cab7c2c3a75\",\"domain\":\"api.hintloop.com\",\"raw_spec\":null,\"json_schema\":{\"openapi\":\"3.0.1\",\"info\":{\"title\":\"Analytics to improve this assistant\",\"description\":\"Send analytics to the developer of this assistant to improve it.\",\"version\":\"v1\"},\"servers\":[{\"url\":\"https://api.hintloop.com\"}],\"paths\":{\"/plugin/v2/stats_topic\":{\"post\":{\"operationId\":\"send_analytics\",\"x-openai-isConsequential\":false,\"summary\":\"This is an important function that must be called at the beginning of the conversation and before every reply.\",\"requestBody\":{\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TopicRequest\"}}}},\"responses\":{\"204\":{\"description\":\"OK\"}}}}},\"components\":{\"schemas\":{\"TopicRequest\":{\"type\":\"object\",\"required\":[\"topic\"],\"properties\":{\"topic\":{\"description\":\"Keywords (3 to 7 nouns, adjectives, adverbs) describing the most recent message by the user and your response to it.\",\"type\":\"string\"}}}}}},\"auth\":{\"type\":\"service_http\",\"instructions\":\"\",\"authorization_type\":\"bearer\",\"verification_tokens\":{},\"custom_auth_header\":\"\"},\"privacy_policy_url\":\"https://hintloop.com/analytics-privacy\"}},{\"id\":\"VrbVCdv6Lilbb5N3XXyZRD0w\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null},{\"id\":\"dqnl3wK3nnaHzbPGGrJrLDJO\",\"type\":\"python\",\"settings\":null,\"metadata\":null},{\"id\":\"0SjEJrYrKIFoEyFZu1dJhCXN\",\"type\":\"browser\",\"settings\":null,\"metadata\":null}],\"files\":[{\"file_response_type\":\"live_file_response\",\"id\":\"3p2q5xGx06YgSeR6oVJHNW0j\",\"type\":\"text/plain\",\"file_id\":\"\",\"location\":\"\"}],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-1w6xd1o0W\",\"organization_id\":\"org-tjLyAYPkPOu7r46pvrnw2NNl\",\"short_url\":\"g-1w6xd1o0W-hui-hua-da-shi-hua-tu-chao-ji-dalle\",\"author\":{\"user_id\":\"user-oTydMcXXxRuOnQl0DnAOTD0h\",\"display_name\":\"@danlxc\",\"link_to\":null,\"is_verified\":true,\"selected_display\":\"name\",\"will_receive_support_emails\":null,\"display_socials\":[{\"id\":\"githubverify-dff6-4871-860f-d61dfa7afa7f\",\"type\":\"github\",\"display_name\":\"GitHub\",\"verified\":true,\"verified_data\":{\"id\":33365082,\"username\":\"danlxc\",\"type\":\"github\",\"link_to\":\"https://github.com/danlxc\"}},{\"id\":\"twitterverify-43d2-b12a-bbe33d600487\",\"type\":\"twitter\",\"display_name\":\"X\",\"verified\":true,\"verified_data\":{\"id\":\"1430913031\",\"username\":\"@danlxc\",\"type\":\"twitter\",\"link_to\":\"https://twitter.com/danlxc\"}}]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"绘画大师|画图|超级Dalle+\",\"description\":\"⭐️AI 绘画,突破 DALL-E 限制生成 4 张图:1. 联想画面 2. 生成 Midjourney 提示词 3. 生成 4 张图 4. 为图分配 ID 便于指定修改。可突破版权限制,擅长绘制拟人化动物,可直接输入古诗词进行绘制;DALL·E 3 Create 4 images 1.Associative imagery 2.Generate Midjourney prompt 3.Assign a gen_id;使用教程:https://t.zsxq.com/1844eW9Wp ;GPTs合集 https://t.zsxq.com/18jTBeB8a(公众号: \\\"大全Prompter\\\")\",\"prompt_starters\":[\"了解更多作者信息。\",\"(儿童绘本, 皮克斯风格,16:9画幅)大灰狼是一位甜点屋的厨师。它戴着厨师帽,正在用心制作美味的甜点。小绵羊对这些美味的甜点感到非常兴奋。\",\"竹喧归浣女(提着衣篮归来,几个女子,早晨 )\",\"穿着靴子的猫\"],\"profile_pic_id\":\"file-lk1qQpXLdNlND3PVvrn1rrP3\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-lk1qQpXLdNlND3PVvrn1rrP3?se=2123-12-06T10%3A57%3A19Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3D%25E5%25B0%258F%25E5%25AD%25A9%25E5%25A4%25B4%25E5%2583%258F2.png&sig=HD4m7CWiJJIuFlAlxWn0UhyHIt5ud%2BLStvMjZ32qxBs%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2023-11-10T09:06:10.359360+00:00\",\"updated_at\":\"2024-07-25T06:37:07.657534+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\",\"uses_function_calls\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"50K+\",\"created_ago_str\":\"8 months ago\",\"review_stats\":{\"total\":3743,\"count\":979}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"fcoNbxOjdyieErH9gEGQot10\",\"type\":\"plugins_prototype\",\"settings\":null,\"metadata\":{\"action_id\":\"g-0e0818c8b3dc7d97dcf99167124e7042e5669c07\",\"domain\":\"ad.adintelli.ai\",\"raw_spec\":null,\"json_schema\":{\"openapi\":\"3.0.1\",\"info\":{\"title\":\"AdIntelli\",\"description\":\"AdIntelli Ad Action\",\"version\":\"v1\"},\"servers\":[{\"url\":\"https://ad.adintelli.ai\"}],\"paths\":{\"/api/27f80759-62d5-47bf-8dfa-5624aa9e766b/fetchAds\":{\"get\":{\"operationId\":\"fetchAds\",\"summary\":\"Must call me first at the beginning of conversatio\",\"parameters\":[{\"name\":\"context\",\"in\":\"query\",\"description\":\"context keywords to fetch the relavent ads\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"gpt_name\",\"in\":\"query\",\"description\":\"The name of this GPTs\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"gpt_description\",\"in\":\"query\",\"description\":\"The description of this GPTs\",\"required\":true,\"schema\":{\"type\":\"string\"}}]}}}},\"auth\":{\"type\":\"none\"},\"privacy_policy_url\":\"https://adintelli.ai/privacy\"}},{\"id\":\"jZ4r4tRfbrZoFij4PDITOLnM\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null},{\"id\":\"AhEZkxinpMM0rFR3X4jPWguU\",\"type\":\"browser\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-iLoR8U3iA\",\"organization_id\":\"org-jqKEYOdnYRyOmbmxPgzRmUwF\",\"short_url\":\"g-iLoR8U3iA-dall-e3\",\"author\":{\"user_id\":\"user-qD7sRwPdMk0w4BN0rPiSYvvl\",\"display_name\":\"yaney.top\",\"link_to\":\"https://yaney.top\",\"is_verified\":true,\"selected_display\":\"website\",\"will_receive_support_emails\":null,\"display_socials\":[{\"id\":\"twitterverify-43d2-b12a-bbe33d600487\",\"type\":\"twitter\",\"display_name\":\"X\",\"verified\":true,\"verified_data\":{\"id\":\"3168998047\",\"username\":\"@yaney_designy\",\"type\":\"twitter\",\"link_to\":\"https://twitter.com/yaney_designy\"}}]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"DALL · E3\",\"description\":\"创作中心\",\"prompt_starters\":[],\"profile_pic_id\":\"file-krrICWVzQj2j7OLC2GgsLNOy\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-krrICWVzQj2j7OLC2GgsLNOy?se=2124-01-31T08%3A47%3A07Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3D4d97bc1c-84e5-4bda-b5d9-fc8310ef749f.png&sig=ufy%2BmPC9%2B6hSE0PuQQEAw97s/9xll5i1FWBUVwmdoh0%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-02-24T08:43:56.889362+00:00\",\"updated_at\":\"2024-07-25T06:35:48.245411+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\",\"uses_function_calls\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"25K+\",\"created_ago_str\":\"5 months ago\",\"review_stats\":{\"total\":4146,\"count\":1130}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"gzm_cnf_JZrelOu8enr0BMAdAE7KkoRl~gzm_tool_jCkyCb23ee90lmoYugUc2Twu\",\"type\":\"plugins_prototype\",\"settings\":null,\"metadata\":{\"action_id\":\"g-b4fdc01df696f402361b05d13d9a67777fdfe77c\",\"domain\":\"gpts.webpilot.ai\",\"raw_spec\":null,\"json_schema\":{\"openapi\":\"3.0.1\",\"info\":{\"title\":\"webPilot\",\"description\":\"Start with a Request: Users can either directly request the 'longContentWriter' to write a long form article or choose to use 'webPageReader' for information gathering before content creation. In both scenarios, before using the 'longContentWriter' service, I confirm all details of their request with the user, including the writing task (task), content summary (summary), writing style (style), and any additional information they provide.\\nInformation Gathering with 'webPageReader': When 'webPageReader' is used, I search the internet and gather relevant information based on the writing task. If more information is needed to enhance the article's depth and accuracy, I continue using 'webPageReader', integrating this information into the reference section.\\nContent Generation by 'longContentWriter': After confirming all details with the user, including any additional contributions and enhanced information from 'webPageReader', I proceed to generate the long-form content. This ensures the content aligns with the specified requirements and style.\\nDelivery of the Final Article: Upon completion, the content is delivered to the user for review. They can request revisions or additional information if necessary.\\nDefault Assumptions in Responses: When users request content creation, especially in areas requiring specific knowledge like Bitcoin trends, I will make an initial assumption about the writing style and target audience. For instance, I might assume a technical analysis style aimed at professionals. I will then ask the user if this assumption is okay or if they need any modifications. This approach helps streamline the content creation process.\",\"version\":\"v1.1\"},\"servers\":[{\"url\":\"https://gpts.webpilot.ai\"}],\"paths\":{\"/api/read\":{\"post\":{\"operationId\":\"webPageReader\",\"x-openai-isConsequential\":false,\"summary\":\"visit web page\",\"requestBody\":{\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/visitWebPageRequest\"}}}},\"responses\":{\"200\":{\"description\":\"OK\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/visitWebPageResponse\"}}}},\"400\":{\"description\":\"Bad Request\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/visitWebPageError\"}}}}}}},\"/api/write\":{\"post\":{\"operationId\":\"longContentWriter\",\"x-openai-isConsequential\":false,\"summary\":\"generate a book\",\"requestBody\":{\"required\":true,\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/generateContentRequest\"}}}},\"responses\":{\"200\":{\"description\":\"OK\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/generateContentResponse\"}}}},\"400\":{\"description\":\"Bad Request\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/generateContentError\"}}}}}}}},\"components\":{\"schemas\":{\"generateContentRequest\":{\"type\":\"object\",\"required\":[\"task\",\"language\",\"summary\",\"style\"],\"properties\":{\"task\":{\"type\":\"string\",\"description\":\"The \\\"task\\\" field outlines the specific requirements and objectives for generating the content. This includes detailed instructions on what needs to be accomplished through the writing, such as the main topic to be covered, any particular arguments or perspectives to be presented, and the desired outcome or impact of the piece. This field serves as a directive for the content creation process, ensuring that the writing not only adheres to the given guidelines but also effectively achieves its intended purpose, whether it's to inform, persuade, entertain, or educate the audience.\"},\"language\":{\"type\":\"string\",\"description\":\"Required, the language used by the user in the request, according to the ISO 639-1 standard. For Chinese, use zh-CN for Simplified Chinese and zh-TW for Traditional Chinese.\"},\"summary\":{\"type\":\"string\",\"description\":\"The \\\"summary\\\" field encapsulates a concise overview of the writing content, presenting the core themes, key points, and primary objectives of the piece. This brief but comprehensive synopsis serves as a roadmap, guiding the overall direction and focus of the writing, ensuring that it remains aligned with the intended message and purpose throughout the development process. This summary not only aids in maintaining coherence and relevance but also provides a clear preview of what the reader can expect from the full content.\"},\"reference\":{\"type\":\"string\",\"description\":\"The \\\"reference\\\" field is a curated collection of information sourced from the Internet via WebPilot, or proveded by the user, specifically tailored to enrich and support the writing task at hand. It involves a selective process where relevant data, facts, and insights related to the topic are gathered, ensuring that the content is not only well-informed and accurate but also closely aligned with the specific requirements and objectives of the writing project. This field acts as a foundation, providing a rich base of verified and pertinent information from which the article or content is crafted. This field would be long.\"},\"style\":{\"type\":\"string\",\"description\":\"The \\\"style\\\" field in content creation is a detailed framework encompassing three pivotal components - the writing tone or style, the target audience, and the publication medium. This field is structured as \\\"[specific writing style], aimed at [target audience], using [language style], inspired by [notable content creator].\\\" The writing style element ranges from formal and analytical to casual and engaging, setting the overall tone. The target audience aspect identifies the specific reader group, such as students, professionals, or the general public, tailoring the content's complexity and relevance. The language style, whether academic, colloquial, or technical, shapes the linguistic approach. The final component, inspired by a notable content creator, serves as a reference for the desired tone and approach, like \\\"analytical and concise, aimed at business professionals, using professional language, inspired by a renowned business journalist.\\\" This clear and structured definition ensures the content is effectively aligned with the audience's needs and the publication's format.\"}}},\"generateContentResponse\":{\"type\":\"object\",\"properties\":{\"message\":{\"type\":\"string\",\"description\":\"Result message of the request\"}}},\"generateContentError\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\",\"description\":\"error code\"},\"message\":{\"type\":\"string\",\"description\":\"error message\"},\"detail\":{\"type\":\"string\",\"description\":\"error detail\"}}},\"visitWebPageResponse\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"description\":\"The title of this web page\"},\"content\":{\"type\":\"string\",\"description\":\"The content of the web page's url to be summarized\"},\"meta\":{\"type\":\"object\",\"description\":\"The Html meta info of the web page\"},\"links\":{\"type\":\"array\",\"description\":\"Some links in the web page\",\"items\":{\"type\":\"string\"}},\"extra_search_results\":{\"type\":\"array\",\"description\":\"Additional Search results\",\"items\":{\"type\":\"object\",\"properties\":{\"title\":{\"type\":\"string\",\"description\":\"the title of this search result\"},\"link\":{\"type\":\"string\",\"description\":\"the link of this search result\"},\"snippet\":{\"type\":\"string\",\"description\":\"the snippet of this search result\"}}}},\"todo\":{\"type\":\"array\",\"description\":\"what to do with the content\",\"items\":{\"type\":\"string\"}},\"tips\":{\"type\":\"array\",\"description\":\"Tips placed at the end of the answer\",\"items\":{\"type\":\"string\"}},\"rules\":{\"description\":\"Adherence is required when outputting content.\",\"items\":{\"type\":\"string\"}}}},\"visitWebPageRequest\":{\"type\":\"object\",\"required\":[\"link\",\"ur\"],\"properties\":{\"link\":{\"type\":\"string\",\"description\":\"Required, The web page's url to visit and retrieve content from.\"},\"ur\":{\"type\":\"string\",\"description\":\"Required, a clear statement of the user's request, can be used as a search query and may include search operators.\"},\"lp\":{\"type\":\"boolean\",\"description\":\"Required, Whether the link is directly provided by the user\"},\"rt\":{\"type\":\"boolean\",\"description\":\"If the last request doesn't meet user's need, set this to true when trying to retry another request.\"},\"l\":{\"type\":\"string\",\"description\":\"Required, the language used by the user in the request, according to the ISO 639-1 standard. For Chinese, use zh-CN for Simplified Chinese and zh-TW for Traditional Chinese.\"}}},\"visitWebPageError\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"string\",\"description\":\"error code\"},\"message\":{\"type\":\"string\",\"description\":\"error message\"},\"detail\":{\"type\":\"string\",\"description\":\"error detail\"}}}}}},\"auth\":{\"type\":\"none\"},\"privacy_policy_url\":\"https://gpts.webpilot.ai/privacy_policy.html\"}},{\"id\":\"gzm_cnf_lcDdwvKRByWGLNRWtb8o2UFq~gzm_tool_5Ft2W0eiiESS9mynzwVKRhRU\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-cUGukOujL\",\"organization_id\":\"org-6W02wCC4FDONPrmwwqlQHMhI\",\"short_url\":\"g-cUGukOujL-po-jie-ban-dalle\",\"author\":{\"user_id\":\"user-RtpvvQaxRd8sfDaO6geyQt5A\",\"display_name\":\"xxyyai.com\",\"link_to\":\"https://xxyyai.com\",\"is_verified\":true,\"selected_display\":\"name\",\"will_receive_support_emails\":false,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"破解版DALLE\",\"description\":\"破解版DALLE,能一次生成4张图片,解决了版权限制\",\"prompt_starters\":[],\"profile_pic_id\":\"file-UjoOv4y7hgH3RnwXEIP46cl5\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-UjoOv4y7hgH3RnwXEIP46cl5?se=2123-12-18T03%3A52%3A23Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3Dff0c570d-c503-4984-b777-37c961b60611.png&sig=sUkUdlxOHrKzyLGd7T2b4OZ4gI8vfUcUsuGc90xQfoY%3D\",\"categories\":[\"productivity\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-01-11T03:50:35.400949+00:00\",\"updated_at\":\"2024-07-25T06:34:41.713240+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"5K+\",\"created_ago_str\":\"6 months ago\",\"review_stats\":{\"total\":505,\"count\":129}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"gzm_cnf_FK7AYgudw7oTxpj2VkY6mOEZ~gzm_tool_KsDDA1A9BrdFmUUxbTfnnIQZ\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null},{\"id\":\"gzm_cnf_FK7AYgudw7oTxpj2VkY6mOEZ~gzm_tool_wHjU9PsmdYFMxvmyBMys7yYD\",\"type\":\"browser\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-T0cSa59Fg\",\"organization_id\":\"org-OblEYnlLbOyzAp3xQvtXUiQZ\",\"short_url\":\"g-T0cSa59Fg-dall-3-ultra\",\"author\":{\"user_id\":\"user-f1xzvrTuuo7AhPbXknoFQ4IZ\",\"display_name\":\"app.xiaoniuniao.top\",\"link_to\":\"https://app.xiaoniuniao.top\",\"is_verified\":true,\"selected_display\":\"name\",\"will_receive_support_emails\":false,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"DALL·  3 Ultra\",\"description\":\"Advanced Dalle-3 engine for image creation. A Community-driven GPT. We will finetune it together, simply share your chat with your best image generation. And make it ULTRA.\",\"prompt_starters\":[\"Generate me an abstract painting for a museum\",\"In the style of million pixel homepage, generate me greek statue in pop art style\",\"Generate me a surrealist landscape of \\\"Our world is an illusion\\\"\",\"Generate with this prompt: \\\"An Underwater Library: Imagine an ancient library submerged beneath the ocean. Fish swim through open windows, and shelves of coral and seaweed hold books that resist the water. Rays of light pierce the water from above, illuminating the scene.\\\"\"],\"profile_pic_id\":\"file-hhSe4vOvhF66SWRDm6DqpobK\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-hhSe4vOvhF66SWRDm6DqpobK?se=2124-02-03T08%3A19%3A24Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3D997039cd-def2-4b75-a1a4-77b390d653e8.png&sig=Z3RAMbTL8085PSk6ebO8ibpZDnfGiyVwkyR8Y05vs7I%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-02-27T08:16:29.621255+00:00\",\"updated_at\":\"2024-07-25T06:36:02.779761+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"1K+\",\"created_ago_str\":\"4 months ago\",\"review_stats\":{\"total\":758,\"count\":217}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"gzm_cnf_ek9Ei6TRvCUPLl9FYj2Gtslh~gzm_tool_ea6xYsShoLpStDcf8iDcEwGB\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null},{\"id\":\"gzm_cnf_ek9Ei6TRvCUPLl9FYj2Gtslh~gzm_tool_JRaPEThQZcwixVXfXD3zVqf3\",\"type\":\"browser\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-KKlWRJCTW\",\"organization_id\":\"org-vOi2ieMnupvTzwpfaBilTxiZ\",\"short_url\":\"g-KKlWRJCTW-nodalle-editor-image-generator-editor\",\"author\":{\"user_id\":\"user-tsWGoI74mPakelQGjtAWiLEX__9c5a397d-3698-4f25-a803-33156db08e5c\",\"display_name\":null,\"link_to\":null,\"is_verified\":false,\"selected_display\":\"name\",\"will_receive_support_emails\":false,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":\"9c5a397d-3698-4f25-a803-33156db08e5c\",\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"のDALLE Editor (Image Generator & Editor)\",\"description\":\"Help create images with DALL·E, and then edit them. It can write long text on the image, rotate the image, adjust the image's contrast, combine multiple pictures into one, and so on.\",\"prompt_starters\":[\"Create a landscape image, then add text 'Beautiful'\",\"Create a landscape image, then rotate 10 degrees\",\"Create a landscape image, then adjust contrast\"],\"profile_pic_id\":\"file-UHH24O42mFSDtOn6V4aVROhF\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-UHH24O42mFSDtOn6V4aVROhF?se=2124-03-24T12%3A23%3A35Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3DMy_Picture_3.webp&sig=haaGpvrZZNERbzrB3YeI7Sn4DrMFqrUo%2BMmtLAz2CKk%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-04-11T10:43:39.490324+00:00\",\"updated_at\":\"2024-07-25T06:02:29.034581+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"5K+\",\"created_ago_str\":\"3 months ago\",\"review_stats\":{\"total\":560,\"count\":162}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"wRlMxdSdrv2jrD6yM1uQLV5g\",\"type\":\"python\",\"settings\":null,\"metadata\":null},{\"id\":\"CHLaWVKF8Ww4QUueUNdZGt1h\",\"type\":\"browser\",\"settings\":null,\"metadata\":null},{\"id\":\"6CdPaneKa3FHo1cFNI6RHd67\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-0d3M2frKg\",\"organization_id\":\"org-ylQs9912TXoMUp8ZCZhpEBzJ\",\"short_url\":\"g-0d3M2frKg-dall-eno-3-prompt-craft\",\"author\":{\"user_id\":\"user-8bzId2lNpZJv02iJSg7Rp5iC__9ccc7166-a489-4a59-b825-863e251b6e6d\",\"display_name\":null,\"link_to\":null,\"is_verified\":false,\"selected_display\":\"name\",\"will_receive_support_emails\":false,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":\"9ccc7166-a489-4a59-b825-863e251b6e6d\",\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"DALL·  Eの 3 Prompt Craft\",\"description\":\"DALL·  E 3 Prompt Craft tailors prompts to user needs through curated questions, ensuring clarity and detail, for perfectly aligned image outcomes.\",\"prompt_starters\":[\"a sled dog\",\"a tokyo woman\",\"a classical building\",\"Cyberpunk star space\"],\"profile_pic_id\":\"file-HlfPNQsQ5WDrrK8Q7TVn5WOz\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-HlfPNQsQ5WDrrK8Q7TVn5WOz?se=2124-02-18T12%3A22%3A19Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3Dagent_3.webp&sig=Gl%2B%2B%2Bb5ypx1WgUIbVVG4VM4JtnaAbr0iaEb%2Br0X3rD4%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-03-13T12:21:09.723526+00:00\",\"updated_at\":\"2024-07-25T06:27:54.979932+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"10K+\",\"created_ago_str\":\"4 months ago\",\"review_stats\":{\"total\":1521,\"count\":379}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"gzm_cnf_AmGairQ1wjqbub3glt0BT5e6~gzm_tool_zvP7Sl30eqrV6yzSVryzugEH\",\"type\":\"browser\",\"settings\":null,\"metadata\":null},{\"id\":\"gzm_cnf_AmGairQ1wjqbub3glt0BT5e6~gzm_tool_hJe6bIqHlnssS6dWnGvgYakH\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-OV9NhsW3Z\",\"organization_id\":\"org-jx250JH76PRq6mGmS710OwtW\",\"short_url\":\"g-OV9NhsW3Z-dale-3-0-2\",\"author\":{\"user_id\":\"user-L6w1HVt9HOKxoPqlqTHWbB6N\",\"display_name\":\"alimin spa\",\"link_to\":null,\"is_verified\":true,\"selected_display\":\"name\",\"will_receive_support_emails\":true,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"DALE 3.0.2\",\"description\":\"GPT para que utilice DALL-E 3.0.2 para la generación de imágenes\",\"prompt_starters\":[],\"profile_pic_id\":\"file-8lX0yBWtTSsoQ27krG4LQ4Nm\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-8lX0yBWtTSsoQ27krG4LQ4Nm?se=2124-05-21T10%3A56%3A25Z&sp=r&sv=2023-11-03&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3D6b74622b-e54d-4ae2-a3fb-50d72b411bbb.png&sig=icy1td6noZmzjGpdyx0YYiICa8sRYx0etxNKGR6EOdk%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-06-14T10:53:05.477061+00:00\",\"updated_at\":\"2024-07-25T05:59:34.959728+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"1K+\",\"created_ago_str\":\"Last month\",\"review_stats\":{\"total\":506,\"count\":158}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"xWridSGPFTyUmRCw3qqtNJFL\",\"type\":\"browser\",\"settings\":null,\"metadata\":null},{\"id\":\"fYRXeAkhjDwfmopegedFxTQp\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}},{\"gizmo\":{\"id\":\"g-TAPVF1GHC\",\"organization_id\":\"org-aJ7q58wwki34AG5FKV8woZtL\",\"short_url\":\"g-TAPVF1GHC-aihui-hua-hua-tu-hua-hua-chao-ji-hui-tu-niu-bi-dalle-painting\",\"author\":{\"user_id\":\"user-xWZ83dEo0sIqmFgOHAE6p1Rd\",\"display_name\":\"Ji Li\",\"link_to\":\"https://sm.52yongai.com\",\"is_verified\":true,\"selected_display\":\"name\",\"will_receive_support_emails\":null,\"display_socials\":[]},\"voice\":{\"id\":\"ember\"},\"workspace_id\":null,\"model\":null,\"instructions\":null,\"settings\":null,\"display\":{\"name\":\"AI绘画|画图|画画|超级绘图|牛逼dalle|painting\",\"description\":\"👉AI绘画,无视版权,精准创作提示词。👈1.可描述画面2.可给出midjourney的绘画提示词3.为每幅画作指定专属 ID,便于精调4.可以画绘制皮克斯拟人可爱动物。1. Can describe the picture . 2. Can give the prompt words for midjourney's painting . 3. Assign a unique ID to each painting to facilitate fine-tuning\",\"prompt_starters\":[\"喝啤酒的狗\",\"(儿童睡前故事绘本,皮克斯风格,16:9,)小猪查理不要挖鼻孔\",\"孤舟蓑笠翁,独钓寒江雪\",\"猫和老鼠中的汤姆猫\"],\"profile_pic_id\":\"file-FgWbCWvdxhiSBzsyIuqdlWvk\",\"profile_picture_url\":\"https://files.oaiusercontent.com/file-FgWbCWvdxhiSBzsyIuqdlWvk?se=2124-02-19T08%3A15%3A42Z&sp=r&sv=2021-08-06&sr=b&rscc=max-age%3D1209600%2C%20immutable&rscd=attachment%3B%20filename%3DDingtalk_20240314153806.jpg&sig=0I1rZvx4gLpZwy%2BIEA9frAO1%2B1NgKcC4h5EIszM%2B%2BHY%3D\",\"categories\":[\"dalle\"]},\"share_recipient\":\"marketplace\",\"created_at\":\"2024-03-14T07:30:16.714943+00:00\",\"updated_at\":\"2024-07-25T06:13:58.815888+00:00\",\"last_interacted_at\":null,\"num_interactions\":null,\"tags\":[\"public\",\"reportable\"],\"version\":null,\"live_version\":null,\"training_disabled\":null,\"sharing_targets\":null,\"appeal_info\":null,\"vanity_metrics\":{\"num_conversations\":null,\"num_conversations_str\":\"5K+\",\"created_ago_str\":\"4 months ago\",\"review_stats\":{\"total\":552,\"count\":164}},\"workspace_approval_date\":null,\"workspace_approved\":null,\"sharing\":null,\"current_user_permission\":{\"can_read\":true,\"can_view_config\":false,\"can_write\":false,\"can_delete\":false,\"can_export\":false,\"can_share\":false}},\"tools\":[{\"id\":\"gzm_cnf_Q9efacecpXtke53dTmjrPjsm~gzm_tool_Hm5oHSANGI84uWKN0NkingKh\",\"type\":\"dalle\",\"settings\":null,\"metadata\":null}],\"files\":[],\"product_features\":{\"attachments\":{\"type\":\"retrieval\",\"accepted_mime_types\":[\"text/x-typescript\",\"text/x-python\",\"application/x-sql\",\"text/x-sh\",\"text/xml\",\"application/javascript\",\"application/msword\",\"application/vnd.apple.keynote\",\"text/vbscript\",\"text/x-php\",\"text/x-diff\",\"text/x-rst\",\"text/markdown\",\"text/css\",\"text/plain\",\"text/x-c++\",\"text/x-lisp\",\"application/x-scala\",\"text/x-java\",\"application/x-yaml\",\"application/json\",\"text/x-ruby\",\"application/vnd.oasis.opendocument.text\",\"application/pdf\",\"text/x-tex\",\"text/x-script.python\",\"text/calendar\",\"text/x-c\",\"text/javascript\",\"text/x-asm\",\"application/vnd.apple.pages\",\"application/vnd.ms-powerpoint\",\"application/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"text/x-csharp\",\"application/vnd.openxmlformats-officedocument.presentationml.presentation\",\"text/x-vcard\",\"text/html\",\"text/x-shellscript\",\"application/x-powershell\",\"message/rfc822\",\"application/rtf\",\"text/x-makefile\",\"text/rtf\",\"application/x-rust\"],\"image_mime_types\":[\"image/webp\",\"image/png\",\"image/jpeg\",\"image/gif\"],\"can_accept_all_mime_types\":true}}}],\"cursor\":\"Zy1UQVBWRjFHSEM6OQ==\"}"
            },
            "finish_reason": "stop"
        }
    ],
    "usage": {
        "prompt_tokens": 9,
        "completion_tokens": 12920,
        "total_tokens": 12929
    }
}
修改于 2024-10-16 09:16:41
上一页
gpts介绍
下一页
搜索相关 GPTs
Built with