Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kartikmehta8/vaccarim

A discord bot that assists you in code completion and custom image generation using openai. Deployed on Replit.
https://github.com/kartikmehta8/vaccarim

bot chatgpt discord discord-bot nodejs replit

Last synced: 9 days ago
JSON representation

A discord bot that assists you in code completion and custom image generation using openai. Deployed on Replit.

Awesome Lists containing this project

README

        



## VACCARIM - A PA BOT
- vaccarim is an **assistant bot** you can use on Discord.
- vaccarim can help you with **code completions** and **generating images** using **chatgpt**, openai's next generation superpower.
- vaccarim can be hosted on **Replit**, where you can play around with code and build rapid prototypes.
- [Click Here](https://discord.com/api/oauth2/authorize?client_id=931412443010330685&permissions=8&scope=bot) to invite vaccarim to your server.

## Commands

1. To generate the code
```
-v code
```

2. To generate an image
```
-v image
```

## Technologies
```js
// we are using...
export const technologies = {
1: "nodejs",
2: "discord.js",
3: "replit",
4: "openai"
}
```