Get the JWT bearer token in Drupal (for testing in postman for example)
Just got to http://base_url/jwt/token
Just got to http://base_url/jwt/token
Embeddings versus Fine Tuning: https://youtu.be/_wtfszFzqt0
Forcing it to answer from the data given through embeddings, versus augmenting the sum of chatGPT data. From the spreadsheet example listing a bunch of animal names, which one is likely to speak English was asked, and it's forced to answer and choose from the list of animals, so it picked "Turtle" probably because of the Teenage Mutant Ninja turtles roflol!
Add the Assets, Packages, and ProjectSettings folders to your git repository at the same level as the .git, .gitattributes and .gitignore files.
Any url can be appended with the following: "?XDEBUG_SESSION_START=PHPSTORM" to initiate the debugger.
As an example: http://freida-admin.lndo.site/api/aci-post?XDEBUG_SESSION_START=PHPSTORM
lando drush user:login --name=username or lando drush user:login --uid=109671https://www.drush.org/11.x/commands/user_login/
gunzip < backup.mysql.gz | drush sqlc
or
drush sql-drop -y drush sql-cli < ~/path/to/db-file.sql
sass --watch _modernization.scss ../css/modernization-page.css
sed -i '' 's/utf8mb4_0900_ai_ci/utf8_general_ci/g' backup.sql sed -i '' 's/CHARSET=utf8mb4/CHARSET=utf8/g' backup.sql
https://tecadmin.net/resolved-unknown-collation-utf8mb4_0900_ai_ci/
or this worked https://meetanshi.com/blog/error-1273-unknown-collation-utf8mb4-0900-ai…
just open the file and do %s/utf8mb4_0900_ai_ci/utf8mb4_unicode_ci/g
* Install pipelines cli
* configure pipelines https://docs.acquia.com/pipelines/cli/install/
* connect to the github account https://docs.acquia.com/pipelines/cli/github/connect/