Edoardo

Results 10 comments of Edoardo

Had the [same exact issue](https://user-images.githubusercontent.com/11541888/112303468-9b1ba880-8c9c-11eb-8f1f-023eecb0cb03.png) a while ago, but couldn't find the cause. It was only happening for certain apps. (iPhone 6S, iOS 12.4) However upgrading to iOS 14 fixed...

AFAIK appdb APIs don't have download numbers. You can request it here: https://forum.appdb.to/index.php?/forum/41-appdb-api/ I'll keep this open in case there are further updates

@dvc94ch I worked on something similar a while ago, if it can help: https://github.com/n3d1117/cook

@arwooy make sure you import the async version of the chatbot: `from revChatGPT.revChatGPT import AsyncChatbot` works for me with Python 3.10+

Hi @sobhansajjadi and thanks for your kind words! > The bot does not seem to separate user information in group chats. It mixes the conversation history of users, combining different...

here's the easy way: just copy the transcript and append your prompt at the end of the message 😃

Not right now. Will keep this open in case someone wants to work on it!

Maybe you could try opening an issue in the [tiktoken](https://github.com/openai/tiktoken) repository?

There's no such functionality at the moment. Will keep this open as a request

Hi @jackiesteed I am not familiar with Google App Engine, but I'll keep this issue open in case someone wants to help