Skip to content

Commit

Permalink
docs: update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
youngle316 committed Mar 2, 2023
1 parent 47aa803 commit 131f49b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

<details>
<summary>March 1, 2023</summary>

change api from openai api to [chatgpt-api](https://github.com/transitive-bullshit/chatgpt-api)

</details>

## 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

Expand Down

0 comments on commit 131f49b

Please sign in to comment.