yxw21 / chatgpt

chatgpt api
9 stars 0 forks source link

How fast are you? #2

Closed helloxz closed 1 year ago

helloxz commented 1 year ago

Thank you for this project. During my use, ChatGPT returns messages for more than 1 minute on average. How about your speed?

yxw21 commented 1 year ago

This may be due to your repeated initialization of session. You should make sure that session is initialized only once.

ses := session.NewSessionWithAccessToken("{access token}").AutoRefresh()
chat := chatgpt.NewChat(ses)