Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arkapg211002/askai

A low-scale-clone of ChatGPT made using OpenAI API. Client side deployed on vercel and server side on render.com . Removing .env file, setting environment variable on remote server ensures no public leakage of API key and 401 error.
https://github.com/arkapg211002/askai

dotenv gpt-3 html-css-javascript nodejs nodemon-express openai-api render vercel-deployment vitejs

Last synced: about 4 hours ago
JSON representation

A low-scale-clone of ChatGPT made using OpenAI API. Client side deployed on vercel and server side on render.com . Removing .env file, setting environment variable on remote server ensures no public leakage of API key and 401 error.

Awesome Lists containing this project

README

        

# AskAI
An application that resembles ChatGPT made using OpenAI API.

Previously threw 401 errors
Solution that worked:
1. Remove .gitignore file from root folder
2. Remove .env file from script folder
3. Make new API Key
4. Add API Key in environment variable of remote server and deploy again
5. Made a new vercel deployment

**[Request]:- Please don't use it to the limit as it is running on free trial**

**The risk factor set is low that is it will not think out of the box and the frequency of getting slightly same answers is also set to be low, good for getting facts, codes and explanations.**

# Screenshots from localhost

![ss2](https://github.com/arkapg211002/AskAI/blob/main/ss2.png)

# [Deployed](https://ask-ai-nine.vercel.app/)
![deployed](https://github.com/arkapg211002/AskAI/blob/main/2023-01-20.png)

# Pagespeed
![pagespeed](https://github.com/arkapg211002/arkapg211002/blob/main/metrics.plugin.askai.screenshot.svg)