clean99/TalkGuidanceGPT

Optimise Network request delay

Closed this issue · 1 comments

current delay:
baidu search bar:

Image

google search bar:

Image

For now, the response speed is around 3~4s, which is not sufficient. And most of the time spent is from awaiting openai response. This means that we need to reduce the text length from both our side and GPT side.

After use more shorter and concise prompt, the network delay reduce around 1 s

baidu search bar:

Image

google search bar:

Image