# openai-node **Repository Path**: dext7r/openai-node ## Basic Information - **Project Name**: openai-node - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-12-07 - **Last Updated**: 2022-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## openai-node ### clone ```bash git clone git@github.com:dext7r/openai-node.git ``` ### install ```bash yarn install ``` ### start ```bash yarn run start ``` ### browser ```bash yarn browser ``` ### env - #### default ```env openaiKey = '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' openaiModel = 'text-davinci-003' ``` - #### openaiKey openaiKey can be obtained by [clicking](https://beta.openai.com/docs/quickstart/add-your-api-key) here - #### openaiModel The openaiModel statement can be read [here](https://beta.openai.com/docs/models/models)