Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
package(chatgpt): re-add license
Browse files Browse the repository at this point in the history
  • Loading branch information
mefengl committed Mar 23, 2023
1 parent 9155816 commit 57aa627
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"eslint": "latest",
"eslint-config-custom": "workspace:*",
"turbo": "latest"

},
"packageManager": "pnpm@7.26.3"
}
5 changes: 5 additions & 0 deletions packages/chatgpt/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# chatgpt

The code in this function was adapted from the chatgptjs/chatgpt.js library,
authored by Adam Lui and 冯不游
(https://chatgptjs.org) and licensed under the MIT License.
6 changes: 6 additions & 0 deletions packages/chatgpt/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* The code in this function was adapted from the chatgptjs/chatgpt.js library,
* authored by Adam Lui and 冯不游
* (https://chatgptjs.org) and licensed under the MIT License.
*/

type Position = 'top' | 'bottom' | 'left' | 'right';

class ChatGPT {
Expand Down

0 comments on commit 57aa627

Please sign in to comment.