-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Increasing response speed and checking membership #1
Comments
Re Response time: I think the main limiting factor is on the OpenAI side as it takes almost a minute to respond to a GPT4 request, which results in time out. Flows.network is mostly waiting for OpenAI to respond. For now, I think using GPT35Turbo model will give you a consistent response time within 30 seconds. Re Checking telegram APIs: We would love to help. Can you tel us know which telegram API you would like to call? We are likely able to do that in the flows telegram SDK instead of making direct calls from inside Rust / Wasm. Thanks. |
Thanks for your response. |
Hi @RoozbehSh, Based on what you've shared with us, here is my understanding of the scenario you want to implement:
Please correct me if I'm wrong. Thanks. By the way, the quickest way to offer your members a ChatGPT service is to add the bot to a private/public channel where only your members can access it. |
Hi @alabulei1 , thanks for your response |
Hi! thanks for your great work, I've been trying its functionality for a few days.
I have 2 questions, or probably one question and one feature request.
1- My question is how to improve the response rate of the robot? is open ai premium going to be useful? and also how many users can use flows.network simultaneously? I want to know the safe margin for the bot to work smoothly
2- I wanted to add a section to the code so it checks if a user has joined a specific private channel to respond or not. I want to use this method so I can control who is using the bot to limit its load. I've tried teloxide and tg-botapi but I keep getting errors over tokio inconsistency with wasm. I would really appreciate your help as I'm not a rust developer.
thanks for your time and response in advance
The text was updated successfully, but these errors were encountered: