radicalxdev / kai-ai-backend

This is the Kai Teaching Assistant ai repo.
MIT License
12 stars 46 forks source link

Moved app yml to root #46

Closed mikhailocampo closed 2 weeks ago

mikhailocampo commented 2 weeks ago

The previous error was encountered since the app/ directory was uploaded into gcloud but the entrypoint is missing its proper imports. This caused the problem. Therefore, by moving the app yaml config (and its .gcloudignore) file up to the root directory, we can hopefully fix the issue.