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

Commit

Permalink
Deprecate project
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk committed Jun 8, 2024
1 parent c95f49e commit b495ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@

---

## ⚠️ Deprecation Notice

> [!IMPORTANT] > **This project is no longer maintained and has been deprecated.** This means that I will not be providing any further updates, bug fixes, or support. You are welcome to use the code as-is, but I recommend forking the project if you want to make any changes.
## 🔩 Setup

1. Create an account on [OpenAI](https://openai.com/) and get your API key.
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,10 @@ const generate = async () => {
model: "text-davinci-003",
prompt: prompt.toString(),
temperature: 0,
/* eslint-disable no-return-assign, camelcase */
max_tokens: 60,
top_p: 1,
frequency_penalty: 0,
presence_penalty: 0,
/* eslint-enable no-return-assign, camelcase */
});

spinner.stop();
Expand Down

0 comments on commit b495ddd

Please sign in to comment.