阅读(253) 书签 (0)

ChatGPT API设计与开发 提示词(Prompts)

2023-06-29 09:49 更新

标签:软件开发

中文提示词:



设计一个支持以下操作的 [应用程序或服务类型] 的 API:[操作列表]。

英文提示词:

Design an API for a [type of application or service] that supports the following operations: [list of operations].

中文提示词:

为给定的 [language] 代码提出一个符合最佳实践的 RESTful API 结构:[代码片段]。

英文提示词:

Propose a RESTful API structure for the given [language] code that follows best practices: [code snippet].

中文提示词:

建议改进以下 API 设计,以提升其可用性、性能或安全性:[API 描述]。

英文提示词:

Suggest improvements to the following API design to enhance its usability, performance, or security: [API description].

中文提示词:

编写一个 [language] 代码与以下 API 进行交互:[API 文档或参考]。

英文提示词:

Write a [language] code to interact with the following API: [API documentation or reference].

中文提示词:

对于给定的 [language] 项目,比较不同的 API 认证和授权机制(例如 OAuth、JWT、API 密钥):[项目描述]。

英文提示词:

Compare different API authentication and authorization mechanisms (e.g., OAuth, JWT, API keys) for the given [language] project: [project description].

提示

  • ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
  • 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加 respond in Chinese,将回复指定为中文。