Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
[nest] Remove from build
Browse files Browse the repository at this point in the history
  • Loading branch information
maxijonson committed Oct 6, 2023
1 parent 38e32e5 commit 8d853f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"build:web": "lerna run build --scope \"gpt-turbo-web\"",
"build:cli": "lerna run build --scope \"gpt-turbo-cli\"",
"build:discord": "lerna run build --scope \"gpt-turbo-discord\"",
"build:nest": "lerna run build --scope \"gpt-turbo-nest\"",
"lint:strict": "lerna run lint:strict",
"lint:fix": "lerna run lint:fix",
"test": "lerna run test",
Expand Down
4 changes: 2 additions & 2 deletions packages/implementations/nest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
</div>

> ⚠⚠⚠ Since v5, this implementation is only maintained to make the build pass. Some cases may not work as expected. ⚠⚠⚠
> ⚠⚠⚠ Since v5.0.1, this implementation is no longer maintained due to an unknown issue preventing it from building. ⚠⚠⚠
>
> The Nest implementation was more of a proof of concept when GPT Turbo started, rather than an actual useable project like the other implementations.
> For this reason, not much effort will be put into maintaining it. It's kept here for historical purposes, and may be reworked in the future or removed entirely.
> It's kept here for historical purposes, and may be reworked in the future or removed entirely.
> You're welcome to contribute to it if you want to keep it alive!
>
> *Note: this implementation has been tested thoroughly for the last time on v5.0.0 and seemed to work fine, apart from not using new features beyond v1.4, such as callable functions and plugins*
Expand Down
2 changes: 1 addition & 1 deletion packages/implementations/nest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint:strict": "npm run lint -- --max-warnings 0",
"lint:fix": "npm run lint -- --fix",
"tscheck": "tsc --noEmit",
"build": "npm run lint:strict && npm run tscheck && nest build",
"_build": "npm run lint:strict && npm run tscheck && nest build",
"start": "nest start",
"dev": "nest start --watch",
"debug": "nest start --debug --watch",
Expand Down

0 comments on commit 8d853f4

Please sign in to comment.