Prompt Engineering Techs

(GPT3.5 and GPT4)
(ELEMENTARY LEVEL)
Zero-shot
Use the gen AI directly without any tip
圖片
(ELEMENTARY LEVEL) / Reference 2020)
Simple intro about me
 This slide
 NTOUCS Discording
 QA on slido
Who am I?
JT Lin
NZXT - Sr. ERP Engineer
// todo 一個func. input是一個字串
// 有可能是英文字母與數字
// 若內容都是數字 就迴傳此String的int型態
// 不可用Integer.parse類的函式
function func(input)
{
// 存結果的數字們
int result = [];
int numberTotal = 0;