提示範例¶
透過一些範例提示探索可能性
Grammar correction 將不合語法的語句轉換為標準英語。 Convert ungrammatical statements into standard English. | Summarize for a 2nd grader 將文章內容簡化到適合二年級學生看的懂的程度。 Simplify text to a level appropriate for a second-grade student. |
Parse unstructured data 從非結構化文字建立表格。 Create tables from unstructured text. | Emoji Translation 將常規文字翻譯為表情符號文字。 Translate regular text into emoji text. |
Calculate time complexity 求函數的時間複雜度。 Find the time complexity of a function. | Explain code 解釋一段複雜的程式碼。 Explain a complicated piece of code. |
Keywords 從文字區塊中提取關鍵字。 Extract keywords from a block of text. | Product name generator 根據描述和種子詞產生產品名稱。 Generate product names from a description and seed words. |
Python bug fixer 尋找並修復原始程式碼中的錯誤。 Find and fix bugs in source code. | Spreadsheet creator 建立各種資料的電子表格。 Create spreadsheets of various kinds of data. |
Tweet classifier 偵測推文中的情緒。 Detect sentiment in a tweet. | Airport code extractor 從文字中提取機場代碼。 Extract airport codes from text. |
Mood to color 將文字描述轉換為顏色。 Turn a text description into a color. | VR fitness idea generator 產生健身推廣虛擬實境遊戲的想法。 Generate ideas for fitness promoting virtual reality games. |
Marv the sarcastic chat bot Marv 是一個既真實又諷刺的聊天機器人。 Marv is a factual chatbot that is also sarcastic. | Turn by turn directions 將自然語言轉換為逐嚮導航。 Convert natural language to turn-by-turn directions. |
Interview questions 建立面試問題。 Create interview questions. | Function from specification 根據規範建立 Python 函數。 Create a Python function from a specification. |
Improve code efficiency 提供提高 Python 程式碼效率的想法。 Provide ideas for efficiency improvements to Python code. | Single page website creator 建立一個單頁網站。 Create a single page website. |
Rap battle writer 在兩個角色之間進行饒舌對戰。 Generate a rap battle between two characters. | Memo writer 根據提供的要點產生公司備忘錄。 Generate a company memo based on provided points. |
Emoji chatbot 僅使用表情符號產生對話回應。 Generate conversational replies using emojis only. | Translation 翻譯自然語言文本。 Translate natural language text. |
Socratic tutor 作為蘇格拉底式導師生成答案。 Generate responses as a Socratic tutor. | Natural language to SQL 將自然語言轉換為 SQL 查詢。 Convert natural language into SQL queries. |
Meeting notes summarizer 總結會議記錄,包括總體討論、行動項目和未來主題。 Summarize meeting notes including overall discussion, action items, and future topics. | Review classifier 根據一組標籤對使用者評論進行分類。 Classify user reviews based on a set of tags. |
Pro and con discusser 分析給定主題的優點和缺點。 Analyze the pros and cons of a given topic. | Lesson plan writer 為特定主題產生課程計劃。 Generate a lesson plan for a specific topic. |