Skip to content

Commit

Permalink
uprade
Browse files Browse the repository at this point in the history
  • Loading branch information
snowmead committed Sep 24, 2024
1 parent 22b4400 commit 927ac66
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 24 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
publish = true
name = "llm-weaver"
version = "0.1.99"
version = "0.2.0"
edition = "2021"
description = "Manage long conversations with any LLM"
readme = "README.md"
Expand Down
22 changes: 0 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<div align="center">
<img src="./assets/loom-logo-1024x1024.png" width="60%">

[<img alt="github" src="https://img.shields.io/badge/maintenance%20status-actively%20developed-brightgreen?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/snowmead/llm-weaver)
[<img alt="github" src="https://img.shields.io/badge/github-snowmead/llm_weaver-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/snowmead/llm-weaver)
[<img alt="crates.io" src="https://img.shields.io/crates/v/llm-weaver.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/llm-weaver)
Expand All @@ -21,23 +19,3 @@ Once a certain threshold of context tokens is reached, the library will summariz
## Usage

Follow the [crate level documentation](https://docs.rs/llm-weaver/latest/llm_weaver/) for a detailed explanation of how to use the library.

## Use Cases

- **Text-Based RPGs:** Crafting coherent and persistently evolving narratives and interactions in text-based role-playing games.

- **Customer Support Chatbots:** Developing chatbots that remember past user interactions and provide personalized support.

- **Educational Virtual Tutors:** Implementing AI tutors that remember student interactions and tailor assistance accordingly.

- **Healthcare Virtual Assistants:** Creating healthcare assistants that provide follow-up advice and reminders based on past user health queries.

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

## 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.

## License

LLM Weaver is distributed under the MIT License, ensuring maximum freedom for using and sharing it in your projects.
Binary file removed assets/loom-logo-1024x1024.png
Binary file not shown.
Binary file removed assets/loom-logo-500x500.png
Binary file not shown.

0 comments on commit 927ac66

Please sign in to comment.