Skip to content

Commit

Permalink
app(chatgpt): add back adapted method
Browse files Browse the repository at this point in the history
  • Loading branch information
mefengl committed Mar 23, 2023
1 parent 90ef2d8 commit e97f46a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/chatgpt/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "chatgpt",
"author": "",
"version": "0.0.1",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
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 e97f46a

Please sign in to comment.