Open programmingninjas opened 1 year ago
Hi Ayan can I start working on this issue and can you please help me with this like by telling me more about it and giving me some resources and stuff? Like words to audio right?
Sure @Suraj-kumar00 you can work on this. I'm assigning this to you. You have to make the gpt's responses read out loud like it's talking to us. Reference
Thanks, Ayan I'm working on it and can you please tell me like how much time I have to complete this? I started working on this!
Don't worry about time. Take it easy, You can take 5-10 days but make sure to tell me if you cannot complete this so that i can assign it to someone else
Yeah I'll try my 100% to complete to this task!
Hi Ayan, how are you doing? So I just set up the project and ran it on my local machine but I encountered an error of this type:
what should i do in this case, by the way I'm working on my issue...
You should always refer to the README.md file before working on a project. There i mentioned that you need to get your own API keys for OPENAI and SERP-API. Links are attached there. Kindly go to the respective websites and register to get the keys. Read the code and insert it where I wrote "Your _____ Key"
You should always refer to the README.md file before working on a project. There i mentioned that you need to get your own API keys for OPENAI and SERP-API. Links are attached there. Kindly go to the respective websites and register to get the keys. Read the code and insert it where I wrote "Your _____ Key"
Oh pardon, next time I'll remember and thanks !
@Suraj-kumar00 We changed the file structure significantly. So i would advise you to update the fork that you are currently working on. Reach out to me if something is not clear.
Yeah @programmingninjas, Like after forked I switched to the feature branch as per the README file and I've up to date that branch, like on GitHub should I also up-to date the main branch? And one thing I want to ask that should I create a draft pull request there we can talk about this if you say I'll create the draft pull request!
Yeah update it. And for further communication reach out to me over linkedIn. I guess we are connected right?. LinkedIn
Yeah update it. And for further communication reach out to me over linkedIn. I guess we are connected right?. LinkedIn
yes we are connected, and draft pull request should create it of not ?
Nope leave it.
Nope leave it.
okay
Hi @programmingninjas I need help actually when i ad Open AI API key and save it'll automatically disabled the key i tried it 4 to 5 times but I'm getting it can you please help me with this?
Are you pushing it to the github by any chance? They disable the key if it is published anywhere in public
Oh okay
See here this time i never push but still It's showing an error of incorrect API key ??
because you are using the old file structure. Clone the current project in a separate folder and you just have to change the keys in the .env file . Actually the main app.py file is in the app folder idk how you have it outside the folder you mixed up both versions maybe. So clone it in a separate one and go through readme again
Now I'm getting ratelimiterror from openAI how do i fix this?
There is a rate limit of 3 requests per minute in this API. The task that you have given the Agent is not a task due to which it's not using any command which takes a min on avg to complete that's why there is a sleep time of just 5 sec between each call as tools itself takes a minute. Example tasks: 1) Plan a trip to Japan in August 2) Popular anime of 2023 3) Watch a tutorial and do something with that information 4) Searching about someone like who is programmingninjas on github.
Suraj as this project is in it's early phase there will be many errors along the way. Retrying always help!
There is a rate limit of 3 requests per minute in this API. The task that you have given the Agent is not a task due to which it's not using any command which takes a min on avg to complete that's why there is a sleep time of just 5 sec between each call as tools itself takes a minute. Example tasks:
- Plan a trip to Japan in August
- Popular anime of 2023
- Watch a tutorial and do something with that information
- Searching about someone like who is programmingninjas on github.
Suraj as this project is in it's early phase there will be many errors along the way. Retrying always help!
thanks @programmingninjas for you help and yeah I'll retry it again.
Hi @programmingninjas, How are you doing? Sorry for being so late here because of some reason but anyway, I'll let you know the progress by tonight...
Hello @programmingninjas, How are you doing? Actually, I'm trying to work on this issue so I take this for 3 hours, but I'm not reaching the end can you please help me? Like the project is working perfectly in my machine everything is fine but the moment I'm trying to convert the text to audio a lot of things happened and I messed up, could you please help me with this? here are the screenshots
I'm not able to figure out it out just by the ss. I told you to reach out to me on linkedin bro. We will schedule a gmeet and discuss regarding this. I even texted you there but you didn't reply
oh okay
Hi, I would like to take up this issue as part of SWOCS4.
@RaviRam-Gummuluri sure you can! Kindly set up the project locally and make sure you understand it thoroughly. I will assign this issue to you after 1st Jan as SWOC contributions will start from then. Good Luck!
@RaviRam-Gummuluri Assigned you the issue! Start working on them
If this issue is still open, I would like to contribute to it.
@RaviRam-Gummuluri are you working on the issue? Else i will assign it to @Burhanuddin-2001
Adding text-to-speech feature will improve our frontend and make the experience better.