Skip to content

Commit

Permalink
Merge pull request #7 from gregra81/chatgpt-clone
Browse files Browse the repository at this point in the history
Chatgpt clone
  • Loading branch information
gregra81 authored Nov 5, 2023
2 parents 281ccef + 7c8bf2f commit 95239d8
Show file tree
Hide file tree
Showing 30 changed files with 1,299 additions and 89 deletions.
6 changes: 0 additions & 6 deletions .mappsignore

This file was deleted.

9 changes: 9 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
env: {
OPENAI_API_KEY: process.env.OPENAI_API_KEY,
},
};

module.exports = nextConfig;
Loading

1 comment on commit 95239d8

@vercel
Copy link

@vercel vercel bot commented on 95239d8 Nov 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

monday-gpt-app – ./

monday-gpt-app-git-main-gregrash.vercel.app
monday-gpt-app.vercel.app
monday-gpt-app-gregrash.vercel.app

Please sign in to comment.