# GPT-Terminal **Repository Path**: UerLink/GPT-Terminal ## Basic Information - **Project Name**: GPT-Terminal - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-14 - **Last Updated**: 2023-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GPT-Terminal 使用python对openai的api接口的简单访问,可以在Linux终端中使用 ### 前提条件 - 需要魔法上网 ### 安装python3和openai库 ```shell sudo apt-get install python3 sudo apt-get install python3-pip pip3 install openai ``` ### 运行 ```shell python3 gpt.py ```