Vikit-ai / sdk

Vikit.ai SDK let you develop easily video generators leveraging generative AI and other AI models.
https://vikit.ai
Apache License 2.0
49 stars 7 forks source link

Show helpful error message when vikit api key is not provided #97

Closed prithiv256 closed 2 months ago

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

prithiv256 commented 3 months ago

Does the build server specify env variables differently? I can't reproduce the error locally

jeffmac-aix commented 3 months ago

the build server use github actions env variables. In our case the expected variable is set to 3, so I am don't understand yet why we have this error. image

jeffmac-aix commented 3 months ago

Hi Prithiv, I hope this message finds you well. I've noticed that your Pull Request (PR) could benefit from some updates to align with the latest changes in the main branch, and it is likely to resolve the build not passing.

To update your PR, you can follow these steps:

Switch to your feature branch:

git checkout key-missing-error Update your feature branch key-missing-error with the latest changes from the main branch:

git fetch upstream git merge upstream/main Resolve any merge conflicts, if necessary, by manually editing the affected files. Push the merged changes to your fork:

git push origin key-missing-error Verify that your PR reflects the latest changes from the main branch and that your feature branch is up to date.

If you encounter any difficulties or have any questions, please don't hesitate to reach out. I'm here to help.

Thank you for your contribution to the project.

Best regards, JF

jeffmac-aix commented 2 months ago

PR integrated in another urgent one https://github.com/Vikit-ai/sdk/pull/108