Skip to content

Commit cc36ece

Browse files
committed
add README
1 parent 8dfae5d commit cc36ece

File tree

5 files changed

+16
-0
lines changed

5 files changed

+16
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

Cargo.lock

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# topkio.rs

topkio/Cargo.toml

+6
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
name = "topkio"
33
version = "0.1.0"
44
edition = "2021"
5+
authors = ["zTgx <[email protected]>"]
6+
repository = "https://github.com/zTgx/topkio.rs.git"
7+
readme = "README.md"
8+
keywords = ["ai", "llm", "framework", "openai"]
9+
license = "MIT"
10+
description = "topkio is an innovative and high-performance large language model framework."
511

612
[dependencies]

topkio/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# topkio

0 commit comments

Comments
 (0)