-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am not able to run the app.py file #58
Comments
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊 You can also check our CONTRIBUTION.md for guidelines on contributing to this project. |
Hi @VijaySamant4368 . Yes the code will not run without config_keys.json as it contains authentication keys for Gemini api. We have to use own api keys as keys cannot be uploaded on GitHub. There is free version of Google Gemini which you can find on aistudio. I will be updating a detailed doc on how to obtain the keys. |
Thank you very much. |
Can you assign me this issue? @VijaySamant4368 |
I have installed all the necessary libraries, but it says:
FileNotFoundError: [Errno 2] No such file or directory: 'config_keys.json'
Please help
The text was updated successfully, but these errors were encountered: