From e8101a3352098e0afdd0970dd2ee798b3778b970 Mon Sep 17 00:00:00 2001 From: Nathan Windisch Date: Mon, 22 Jul 2024 02:11:17 +0100 Subject: [PATCH] Updated reddit tool docstring to match owui.com --- src/reddit.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/reddit.py b/src/reddit.py index da65b78..465c0b9 100644 --- a/src/reddit.py +++ b/src/reddit.py @@ -1,11 +1,14 @@ """ -title: Reddit Feeds +title: Reddit author: @nathanwindisch -author_url: https://github.com/nathanwindisch +author_url: https://git.wnd.sh/owui-tools/reddit funding_url: https://patreon.com/NathanWindisch version: 0.0.1 changelog: - 0.0.1 - Initial upload to openwebui community. +- 0.0.2 - Renamed from "Reddit Feeds" to just "Reddit". +- 0.0.3 - Updated author_url in docstring to point to + git repo. """