Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 \<<<triple angle brackets\>>> 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)