# openai **Repository Path**: lujintang/openai ## Basic Information - **Project Name**: openai - **Description**: 基于OpenAI开发AI问答系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2025-02-17 - **Last Updated**: 2025-02-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # openai ## 更改作者Token ``` //找到项目根目录的.env.developent文件,更改此处的Token VUE_APP_SESSION_TOKEN="Bearer 此处填写作者Token" ``` ## 安装依赖 ``` yarn install ``` ### 运行项目 ``` yarn serve ``` ### 项目打包 ``` yarn build ```