應用建議 1. 翻譯器 * 中翻英 / 中翻日 / 英翻中 / 日翻中 2. AI 秘書 * 會幫你記錄待辦事項,當天提示你該日行程 3. AI 女友 / 男友 * 角色扮演 4. RAG (Retrieval Augmented Generation) * 檢索後交給 LLM 看過再回答 * 可以用 https://serper.dev/ 檢索 (需註冊後取得 key) 5. AI 程序員 * AI 寫了 JavaScript 程式與測試案例後,用瀏覽器 eval 函數去跑該程式 * 再把測試案例執行結果丟回給 AI ,讓 AI 自行修正程式錯誤 * 如果結果正確了,直接輸出完成任務 6. 結合其他 API * https://github.com/public-apis/public-apis * https://any-api.com/ * https://restdb.io/ 參考 * [aichat](https://github.com/ccc112b/html2denojs/tree/master/%E5%B0%88%E6%A1%88/aichat) * [fetchGroq.html](https://github.com/ccc112b/html2denojs/blob/master/%E5%B0%88%E6%A1%88/aichat/02b-fetchGptBrowser/fetchGroq.html) * [03b-queryGptBrowser](https://github.com/ccc112b/html2denojs/tree/master/%E5%B0%88%E6%A1%88/aichat/03b-queryGptBrowser) * [提示工程](https://github.com/yunwei37/Prompt-Engineering-Guide-zh-CN) * [prompt-engineering-note](https://islinxu.github.io/prompt-engineering-note/Introduction/index.html)
應用建議
參考