zoyasiddiqui / NoteNinja

A note-taking app with python code snippets and AI helpers.
MIT License
3 stars 1 forks source link

AI API issue causing runtime error #32

Closed zoyasiddiqui closed 11 months ago

zoyasiddiqui commented 11 months ago

Currently, when we send a prompt to the AI API, we are simply given a runtime error. However I think this can be remedied by fixing where our API key is stored.

zoyasiddiqui commented 11 months ago

Issue resolved. Added a protection method in order to keep the key from being accessible through the repository, so our calls are now able to made.