OpenGPT
OpenGPT copied to clipboard
OpenGPT 3.5/4 is a project aimed at providing practical and user-friendly APIs. The APIs allow for easy integration with various applications, making it simple for developers to incorporate the natura...
I installed it and start using ```result = evagpt4.ChatCompletion(messages)``` And created a app when only one user uses it it's working normal but when it gets two or more request...
**Describe the bug** I'm getting an error `No module named 'libraries'` when trying to test a completion. ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell In[1], line 1 ---->...
**Describe the bug and how to reproduce** Try to send a request to ChatGPTProxy with the example code in DOC.md and see that the second time that you send a...