From 131f49b2c4b510884518a7db70d608ae080ba131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B9=90=E4=B9=90?= Date: Thu, 2 Mar 2023 13:36:14 +0800 Subject: [PATCH] docs: update readme.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b698184..1ae6235 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,23 @@ -> Use OpenAi Api to make a ChatGPT and use the firebase to save the conversation and auth +> Use [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) to make a mini ChatGPT + +## Intro + +This project is mini ChatGPT, use NextJS13, FireBase and [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) + +Have a try -> [chatgpt.younglele.cn](https://chatgpt.younglele.cn) + +## updates + +
+ March 1, 2023 + + change api from openai api to [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api) + +
+ +## Problem + +:warning:The project is deployed using Vercel, because I am a hobby user, _the Serverless Function Execution Timeout (Seconds)_ is 10s([General Limits](https://vercel.com/docs/concepts/limits/overview)), so when the api response time is greater than 10s, nothing will be displayed ## How to use