Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Oct 10, 2023
1 parent 863a266 commit 1d0f91a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
11 changes: 8 additions & 3 deletions README.Zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# ☕️ Java bindings for [`llama.cpp`](https://github.com/ggerganov/llama.cpp)

[**🇨🇳中文**](./README.Zh_CN.md) | [**🌐English**](./README.md) | 🤖 [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-chat.git)

[![README Zh_CN](https://img.shields.io/badge/Lang-中文-red)](./README.Zh_CN.md)
[![README English](https://img.shields.io/badge/Lang-English-blue)](./README.md)
[![Llama java chat](https://img.shields.io/badge/Github-llama_java_chat-green)](https://github.com/eoctet/llama-java-chat.git)
![GitHub all releases](https://img.shields.io/github/downloads/eoctet/llama-java-core/total)
![GitHub language count](https://img.shields.io/github/languages/count/eoctet/llama-java-core)
[![GitHub](https://img.shields.io/github/license/eoctet/llama-java-core)](https://opensource.org/licenses/MIT)


这是一个基于 🦙[`llama.cpp`](https://github.com/ggerganov/llama.cpp) API开发的Java库,目标是更快速将大语言模型的能力集成到Java生态,本项目和其他语言版本库具有一样的功能。

Expand Down Expand Up @@ -186,6 +193,4 @@ GenerateParameter generateParams = GenerateParameter.builder()

- 如果你有任何疑问,欢迎在GitHub Issue中提交。

----

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# ☕️ Java bindings for [`llama.cpp`](https://github.com/ggerganov/llama.cpp)

[**🇨🇳中文**](./README.Zh_CN.md) | [**🌐English**](./README.md) | 🤖 [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-chat.git)

[![README Zh_CN](https://img.shields.io/badge/Lang-中文-red)](./README.Zh_CN.md)
[![README English](https://img.shields.io/badge/Lang-English-blue)](./README.md)
[![Llama java chat](https://img.shields.io/badge/Github-llama_java_chat-green)](https://github.com/eoctet/llama-java-chat.git)
![GitHub all releases](https://img.shields.io/github/downloads/eoctet/llama-java-core/total)
![GitHub language count](https://img.shields.io/github/languages/count/eoctet/llama-java-core)
[![GitHub](https://img.shields.io/github/license/eoctet/llama-java-core)](https://opensource.org/licenses/MIT)


Another simple Java bindings for 🦙 [**llama.cpp**](https://github.com/ggerganov/llama.cpp), The goal is to integrate the capabilities of LLMs into the Java ecosystem, this project has the same functionality as other language versions.

Expand Down Expand Up @@ -189,6 +196,3 @@ No special reason, I hope this is not a crude API encapsulation. Based on this,

- If you have any questions, please submit them in GitHub Issue.

----

[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)

0 comments on commit 1d0f91a

Please sign in to comment.