Skip to content

Commit

Permalink
update readme and cargo.toml license
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmead committed Oct 19, 2023
1 parent 8f9016a commit a43358b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
publish = true
name = "loreweaver"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Managing long conversations with ChatGPT"
readme = "README.md"
repository = "https://github.com/snowmead/loreweaver"
license-file = "LICENSE"
license = "MIT"
keywords = ["chatbot", "gpt", "openai", "chatgpt"]
categories = ["api-bindings"]
exclude = [
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The library is designed to be as flexible as possible, allowing you to easily in

- **AI-Driven MMO NPC Interactions:** Enhancing MMO experiences by enabling NPCs to have contextually relevant interactions with players based on past encounters.

## How to Use

Follow the crate level documentation in [lib.rs](https://docs.rs/loreweaver/latest/loreweaver/) for a detailed explanation of how to use the library.

## Contribution

If you are passioniate about this project, please feel free to fork the repository and submit pull requests for enhancements, bug fixes, or additional features.
Expand Down

0 comments on commit a43358b

Please sign in to comment.