Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Sep 25, 2023
1 parent e560eb5 commit 1991d6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ☕️ 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-api.git)
[**🇨🇳中文**](./README.Zh_CN.md) | [**🌐English**](./README.md) | 🤖 [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-chat.git)

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

Expand All @@ -24,7 +24,7 @@

#### ConsoleQA

这里提供了一个简单的聊天示例,你也可以参考 🤖️ [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-api.git) 进一步丰富你的应用。
这里提供了一个简单的聊天示例,你也可以参考 🤖️ [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-chat.git) 进一步丰富你的应用。

```java
public class ConsoleQA {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ☕️ 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-api.git)
[**🇨🇳中文**](./README.Zh_CN.md) | [**🌐English**](./README.md) | 🤖 [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-chat.git)

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 All @@ -25,7 +25,7 @@ Another simple Java bindings for 🦙 [**llama.cpp**](https://github.com/ggergan

#### ConsoleQA

Here is a simple chat example, and you can also refer to another project 🤖️ [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-api.git) to further enrich your application.
Here is a simple chat example, and you can also refer to another project 🤖️ [**Llama-Java-Chat**](https://github.com/eoctet/llama-java-chat.git) to further enrich your application.

```java
public class ConsoleQA {
Expand Down

0 comments on commit 1991d6a

Please # to comment.