Learn_Prompting
1.0.0
https://learnprompting.org
通過學習提示,及時工程,生成AI和LLM指南|加入我們的不和諧,參加最大的及時工程學習社區
我們歡迎任何形式的捐款。
我們正在積極尋找:
首先,安裝git和節點。
確保您使用的是節點18.0.0或更高( node -v )。然後,在終端運行以下命令:
# download the website code with git
git clone https://github.com/trigaten/Learn_Prompting.git
# enter the project directory
cd Learn_Prompting
# install node modules
npm i
# run the website locally
npm start
如果您發現與節點版本有關的錯誤,則可能正在使用舊版本的節點。
確保與任何較舊版本相比,較新版本在路徑中顯示得更高。
另外,您可以使用NVM安裝最新版本的節點。安裝NVM,然後執行以下操作:
export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || printf %s "${XDG_CONFIG_HOME}/nvm")"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
nvm install-latest-npm
npm start啟動本地開發服務器,並打開瀏覽器窗口。大多數更改無需重新啟動服務器即可反映。
在此存儲庫中使用提供的GitHub引用:
@software{Schulhoff_Learn_Prompting_2022,
author = {Schulhoff, Sander and Community Contributors},
month = dec,
title = {{Learn Prompting}},
url = {https://github.com/trigaten/Learn_Prompting},
year = {2022}
}