# prompt-learning **Repository Path**: lhf-f/prompt-learning ## Basic Information - **Project Name**: prompt-learning - **Description**: prompt学习示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-02 - **Last Updated**: 2025-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 用于演示提示词使用方式 # 环境说明 python 11.5 # 运行说明 在项目根目录下创建.env文件,写入以下内容 ``` OPENAI_BASE_URL=你的api地址 OPENAI_API_KEY = 你的api_key ``` 运行以下命令 ``` pip install -r requirements.txt ```