Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to the documentation (docs.rs) #15

Merged
merged 2 commits into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ license = "MIT"
authors = ["Felipe S. S. Schneider <schneider.felipe.5@gmail.com>"]
description = "Never exceed OpenAI's chat models' maximum number of tokens when using the async_openai Rust crate"
repository = "https://github.com/schneiderfelipe/chat-splitter"
documentation = "https://docs.rs/chat-splitter"
rust-version = "1.72.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# chat-splitter

[![Build Status]][actions] [![Latest Version]][crates.io]
[![Build Status]][actions]
[![Latest Version]][crates.io]
[![Documentation]][docs.rs]

[Build Status]: https://github.com/schneiderfelipe/chat-splitter/actions/workflows/rust.yml/badge.svg
[actions]: https://github.com/schneiderfelipe/chat-splitter/actions/workflows/rust.yml
[Latest Version]: https://img.shields.io/crates/v/chat_splitter.svg
[crates.io]: https://crates.io/crates/chat_splitter
[Documentation]: https://img.shields.io/docsrs/chat-splitter
[docs.rs]: https://docs.rs/chat-splitter

> For more information,
> please refer to the [blog announcement](https://schneiderfelipe.github.io/posts/chat-splitter-first-release/).
Expand Down