# openai-homework **Repository Path**: zou_xinyao/openai-homework ## Basic Information - **Project Name**: openai-homework - **Description**: No description available - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-11 - **Last Updated**: 2024-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 启动项目 #### 1、环境变量中设置MOONSHOT_API_KEY 在moonshot官网中申请账号,申请api-key。 ``` export MOONSHOT_API_KEY="model-api-key" ``` #### 2、启动图形用户界面(GUI) ``` python3 gradio_server.py --api-key $MOONSHOT_API_KEY ``` 然后在浏览器输入url