Update README with detailed descriptions of tools in gitea/ and venice/ directories
This commit is contained in:
16
README.md
16
README.md
@@ -1,8 +1,18 @@
|
|||||||
# Tools
|
# Tools
|
||||||
|
|
||||||
This monorepo contains automation tools for Open WebUI, providing utilities for integrating with various services such as Git repositories (via Gitea) and AI/ML platforms (via Venice).
|
This monorepo contains a collection of automation tools for Open WebUI, designed to facilitate integrations with Git repositories via Gitea and AI/ML platforms via Venice. These utilities enable enhanced functionality, such as automated repository management, AI-powered chat interactions, and image processing workflows.
|
||||||
|
|
||||||
## Included Tools
|
## Included Tools
|
||||||
|
|
||||||
- **gitea/**: Automation scripts and utilities for Git operations and repository management.
|
### gitea/
|
||||||
- **venice/**: Tools for interacting with Venice AI services, including image processing and model handling.
|
Python scripts for Git operations and repository management:
|
||||||
|
- **`admin.py`**: Administrative utilities for managing Gitea repositories, potentially including user management, permissions, and batch operations.
|
||||||
|
- **`dev.py`**: Development-focused tools for Git workflows, branch handling, and repository interactions tailored for software development processes.
|
||||||
|
|
||||||
|
### venice/
|
||||||
|
Tools for interacting with Venice AI services:
|
||||||
|
- **`chat.py`**: Scripts for AI chat interactions, enabling conversational interfaces and model-based responses.
|
||||||
|
- **`image.py`**: Utilities for image processing and generation using AI models.
|
||||||
|
- **`info.py`**: Information retrieval and data handling tools, possibly for querying AI models or processing related data.
|
||||||
|
|
||||||
|
These tools are modular and can be used independently or integrated into larger automation pipelines for Open WebUI.
|
||||||
Reference in New Issue
Block a user