From 204c325209bf9816ab5e24109f17ccbac1b3fe4c Mon Sep 17 00:00:00 2001 From: xunbu Date: Thu, 8 May 2025 15:32:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 2 +- README.md | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 024519a..39e19fd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -302,7 +302,7 @@ - + diff --git a/README.md b/README.md index 6883de7..01b1f3e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# FileTranslate -## 一个使用大预言模型(llm)翻译pdf和markdown的包 +# 简介 +## FileTranslate +一个使用大预言模型(llm)翻译pdf和markdown的包 + +[github主页](https://github.com/xunbu/filetranslate) # 安装 -## 使用pip -`pip install filetranslate` -## 使用uv +使用pip +`pip install filetranslate` + +使用uv `uv add filetranslate` # 前置条件(获取大模型平台的baseurl、key、model-id)