OPENAI - API 尝试
Deeplearning.ai - ChatGPT Prompt Engineering for Developers
# 流程记录
首先创建并激活了 venv: open-env
|
|
在 VS Code 使用则要用 VSC 的 Terminal 激活 或:
- 打开命令面板(
Ctrl+Shift+P
)。 - 选择
Python: Select Interpreter
。 - 选择虚拟环境的 Python 解释器。
pip freeze 能直接打包环境到 requirements.txt
|
|
学习 用 Build a basic LLM chat app - Streamlit Docs
学习 吴恩达 的 Prompt Engineering Deeplearning.ai - ChatGPT Prompt Engineering for Developers