June 2024

Take a break and read all about it

How to do “Prompt Engineering” right in 2024

提示(Prompt)是生成型AI模型的輸入,用於引導其輸出,可包括文本、圖片、聲音等媒體。Prompt Template是含變量的函數,用於生成具體提示。提示的主要組成部分包括指令(核心意圖)、範例(輔助AI完成任務的示範)、輸出格式指定和風格指示。這些元素共同作用,使提示能夠有效地引導AI完成各種任務,如文本生成、圖像描述和音頻總結等。提示的設計對於獲得準確、相關的AI輸出至關重要。

Read More »

Python virtual environment with “pyenv” on Ubuntu

What is “pyenv”? pyenv is a popular tool used to manage multiple versions of Python on a single machine. It allows you to easily switch between different Python versions and manage project-specific Python environments. This can be particularly useful for developers who need to test their code across different Python versions or maintain projects that

Read More »