Add code to use OpenAI API to do transalations

This commit is contained in:
2024-06-13 16:38:25 +01:00
parent a5f8e153a2
commit d1ab8b4256
38 changed files with 1258 additions and 477 deletions

View File

@@ -1,7 +1,7 @@
%#
%# Generated by ${version}
%#
<div id="${PackageName}-${route}">
<div id="${PackageName}-${route}" class="partial ${PackageName}-${route}">
<script>
window.onload = function() {
SelectInput();
@@ -17,5 +17,5 @@
%= hidden_field 'trt' => $$${prefix}_data->{trt}
%# Inputs etc in here.
%# Probably finally by a submit.
% end
%end
</div>