Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardvisual/engine-warvil
A comprehensive language tool.
https://github.com/wardvisual/engine-warvil
chatgpt codex gpt gpt3 openapi
Last synced: about 1 month ago
JSON representation
A comprehensive language tool.
- Host: GitHub
- URL: https://github.com/wardvisual/engine-warvil
- Owner: wardvisual
- License: mit
- Created: 2022-09-13T08:50:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T14:55:50.000Z (over 1 year ago)
- Last Synced: 2024-04-23T23:21:31.367Z (9 months ago)
- Topics: chatgpt, codex, gpt, gpt3, openapi
- Language: TypeScript
- Homepage: https://engine-warvil.vercel.app/
- Size: 7.58 MB
- Stars: 26
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Engine Warvil
Warvil is an intelligent chatbot powered by OpenAI. It is designed to provide helpful and insightful answers to your questions. Warvil can learn from its conversations with you, allowing it to become increasingly efficient and knowledgeable over time.
View Project »
View Demo
·
Report Bug
·
Request Feature
### Built With
- [Next.js](https://nextjs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [OpenAI](https://openai.com/)### Prerequisites
- Docker installed on your machine
- Node.js and npm installed on your machine
- A code editor of your choice
- Familiarity with terminal or command prompt### Installation
1. Clone the repo
```sh
git clone https://github.com/wardvisual/engine-warvil.git
```### Setup
1. Navigate to the Directory
```sh
cd engine-warvil
```2. Create a copy of `.env.example` file
```sh
cp .env.example .env
```3. Enter your OpenAI API Key in `.env` file
```sh
OPENAI_API_KEY = 'ENTER YOUR OpenAI API KEY'
```4. Start the container
```sh
docker compose up --build --force-recreate
```5. Access the Application
You can now access the Engine Warvil application by visiting `http://localhost:3000` in your web browser.
### Key Features
Answer Basic Questions
Warvil is able to answer basic questions about a variety of topics using artificial intelligence.Generate Code
Warvil can generate code for a variety of programming languages based on your specifications.Generate Thesis Titles
Warvil can generate potential titles for your thesis or research project.Correct Grammar
Warvil can help you improve your writing by correcting grammar errors and providing suggestions for improvement.Paraphrase Text
Warvil can rewrite text to convey the same information in a different way, making it easier to understand.Summarize
Warvil can generate a summary of longer pieces of text, helping you save time and focus on the most important information.Translate to Other Languages
Warvil can translate text from English to a variety of other languages.Explain Programming Code
Warvil can provide explanations and examples for programming concepts and code snippets.Evaluate Mathematical Expressions
Warvil can evaluate and simplify mathematical expressions.
Create Study Notes
Warvil can generate study notes based on text input, helping you learn and retain information more effectively.
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Contact
Edward Fernandez: [Wardvisual](https://wardvisual.me/)
Project Link: [Engine Warvil](https://engine-warvil.vercel.app/)