Skip to content

Commit

Permalink
docs: update core plugin.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zAlweNy26 committed Oct 18, 2024
1 parent 9933301 commit ad774e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Check out the [linked project](https://github.com/zAlweNy26/ts-cat/projects?quer
- [x] Database query executor
- [x] Supports streaming both in WebSocket and HTTP
- [x] Tokens usage visible through model interactions
- [x] Cache support for LLM responses
- [x] Cache support for LLM and Embedder responses
- [ ] External plugins registry support
- [ ] Built-in CLI
- [ ] Supports multimodality
Expand Down
6 changes: 3 additions & 3 deletions src/mad_hatter/core_plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Core CCat",
"description": "The core Cat plugin used to define default hooks and tools. You don't see this plugin in the plugins folder, because it is an hidden plugin. It will be used to try out hooks and tools before they become available to other plugins. Written and delivered just for you, my furry friend.",
"name": "CCat Core",
"description": "The core Cat plugin used to define default hooks and tools. You don't see this plugin in the plugins folder, because it is an hidden plugin. It will be used to try out hooks and tools before they become available to other plugins. Written and delivered just for you, my furry friend!",
"authorName": "Cheshire Cat",
"authorUrl": "https://cheshirecat.ai",
"pluginUrl": "https://github.com/cheshire-cat-ai/core",
"tags": ["core", "cat", "default", "hidden"],
"version": "0.0.1"
"version": "1.0.0"
}

0 comments on commit ad774e3

Please sign in to comment.