https://github.com/alexisneuhaus/dssd
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.2%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: alexisneuhaus
- Language: TypeScript
- Default Branch: main
- Size: 35.2 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
AI Chat GPT-3 example
This example shows how to implement a simple chat bot using Next.js, API Routes, and OpenAI SDK.
Demo
https://ai-chatgpt.vercel.app
How to Use
You can choose from one of the following two methods to use this repository:
One-Click Deploy
Deploy the example using Vercel:
Clone and Deploy
Execute create-next-app with npm or Yarn to bootstrap the example:
```bash npx create-next-app --example https://github.com/vercel/examples/tree/main/solutions/ai-chatgpt
or
yarn create next-app --example https://github.com/vercel/examples/tree/main/solutions/ai-chatgpt ```
Set up environment variables
Rename .env.example to .env.local:
bash
cp .env.example .env.local
then, update OPENAI_API_KEY with your OpenAI secret key.
Next, run Next.js in development mode:
```bash npm install npm run dev
or
yarn yarn dev ```
The app should be up and running at http://localhost:3000.
Deploy it to the cloud with Vercel (Documentation).
Owner
- Login: alexisneuhaus
- Kind: user
- Repositories: 6
- Profile: https://github.com/alexisneuhaus
GitHub Events
Total
Last Year
Dependencies
- @types/node ^17 development
- @types/react latest development
- autoprefixer ^10.4.7 development
- eslint ^8.11.0 development
- eslint-config-next ^12.1.0 development
- postcss ^8.4.14 development
- tailwindcss ^3.0.24 development
- typescript ^4.7.3 development
- @vercel/analytics ^0.1.6
- @vercel/examples-ui ^1.0.4
- next latest
- openai ^3.1.0
- react latest
- react-cookie ^4.1.1
- react-dom latest
- react-wrap-balancer ^0.1.5