From 13a3c03ae36a4d1f84fd11e44bbf17b327476381 Mon Sep 17 00:00:00 2001 From: fossabot Date: Sat, 20 May 2023 21:30:30 -1000 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0219221..187a913 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # AI4J: Supercharge your Java application with the power of AI +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fai-for-java%2Fai4j.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fai-for-java%2Fai4j?ref=badge_shield) + Java library for smooth integration with AI tools and services. @@ -82,3 +84,7 @@ Here are some best practices for using LLMs: - Provide examples. Sometimes it is best to show LLM a few examples of what you want instead of trying to explain it. - Ask LLM to provide structured output (JSON, XML, etc). This way you can parse response more easily and distinguish different parts of it. - Use unusual delimiters, such as \```triple backticks``` and \<<>> to help the LLM distinguish data or input from instructions. + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fai-for-java%2Fai4j.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fai-for-java%2Fai4j?ref=badge_large) \ No newline at end of file