Skip to content

Commit

Permalink
Merge branch 'next' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancooley committed Jun 10, 2024
2 parents 78536dd + cdca348 commit 8c6a091
Show file tree
Hide file tree
Showing 417 changed files with 41,888 additions and 67,027 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ VUE_APP_WEBSOCKET_PROVIDER=socket.io
VUE_APP_WEBSOCKET_PROVIDER_URL=ws:127.0.0.1:1234
VUE_APP_COLLABORATIVE_ENABLED=true
SAML_SP_DESTINATION="https://keycloak.processmaker.net/realms/realmname/broker/saml/endpoint"
OPEN_AI_NLQ_TO_PMQL_ENABLED=true
OPEN_AI_PROCESS_TRANSLATIONS_ENABLED=true
OPEN_AI_SECRET="sk-O2D..."
AI_MICROSERVICE_HOST="http://localhost:8010"
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pm4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
sed -i "s/{{pmai-system}}/pmai-system/" template-instance.yaml
else
sed -i "s/{{pmai-system}}/pmai-system-next/" template-instance.yaml
fi
fi
sed -i "s/{{instance}}/ci-$deploy/" template-instance.yaml
sed -i "s/{{image}}/${{env.IMAGE_TAG}}/" template-instance.yaml
cat template-instance.yaml
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ storage/api-docs/api-docs.json
storage/ssl
storage/api/*
storage/data-sources/logs/*
storage/decision-tables/*
npm.sh
laravel-echo-server.lock
public/.htaccess
Expand Down
140 changes: 0 additions & 140 deletions ProcessMaker/Ai/Handlers/LanguageTranslationHandler.php

This file was deleted.

73 changes: 0 additions & 73 deletions ProcessMaker/Ai/Handlers/OpenAiHandler.php

This file was deleted.

18 changes: 0 additions & 18 deletions ProcessMaker/Ai/Prompts/language_translation_html.md

This file was deleted.

15 changes: 0 additions & 15 deletions ProcessMaker/Ai/Prompts/language_translation_regular.md

This file was deleted.

21 changes: 0 additions & 21 deletions ProcessMaker/Ai/TokensCalculation/LICENSE

This file was deleted.

Loading

0 comments on commit 8c6a091

Please sign in to comment.