Add Python modules and config folder to resources #9
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
snootic/ai-translator!9
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/embedding-python"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds both Python virtual environment and python modules in src/translator to the app BundleResources so it can be used without installing any dependency externally. Additionally, embedd config_files folder and maps it to src/config so we can parse gpt_keys.json and deepl_keys.json inside the app more easily.