Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raheesahmed/prompts-master
Prompts Master is a tool, which allows users to analyze text, generate prompts, and improve prompts using the OpenAI API.
https://github.com/raheesahmed/prompts-master
assistants-api chatgpt-api openai openai-assistant-api openai-chatgpt
Last synced: about 1 month ago
JSON representation
Prompts Master is a tool, which allows users to analyze text, generate prompts, and improve prompts using the OpenAI API.
- Host: GitHub
- URL: https://github.com/raheesahmed/prompts-master
- Owner: RaheesAhmed
- Created: 2024-03-05T15:00:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T18:48:56.000Z (10 months ago)
- Last Synced: 2024-11-06T12:39:34.922Z (3 months ago)
- Topics: assistants-api, chatgpt-api, openai, openai-assistant-api, openai-chatgpt
- Language: TypeScript
- Homepage:
- Size: 873 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Prompts Master
Prompts Master is a tool, which allows users to analyze text, generate prompts, and improve prompts using the OpenAI API.
![screenshot](public\nextjs-screenshot.png)
## Setup
Clone the repository:
```
git clone https://github.com/RaheesAhmed/prompts-master.git
``````
cd prompts-master
```Install dependencies and start the server:
```
cd backend
``````
npm install
``````
npm start
```Open a new terminal:
```
cd ../promptmaster
``````
npm install
``````
npm run dev
```Open localhost:3000 in your browser to test the prompts.