Skip to content

Commit

Permalink
Preparing for distribution
Browse files Browse the repository at this point in the history
- Initialized project via PDM
- Rearranged directory structure to streamline readability
- Updated README.md
  • Loading branch information
Daethyra committed Oct 23, 2023
1 parent 5db466d commit c25595a
Show file tree
Hide file tree
Showing 69 changed files with 1,299 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*.logs

.pdm-python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LLM Utilikit

🤍Welcome to the Utilikit, your one-stop library of Python modules designed to supercharge your projects. Whether you're just getting started or looking to enhance an existing project, this library offers a rich set of pluggable components and a treasure trove of large language model prompts and templates. But that's not all — I envision the Utilikit as a communal canvas, inviting proompters from all industries and walks of life to enrich this toolkit with their own prompts, templates, and Python modules. Join us in crafting a toolkit that's greater than the sum of its parts.
🤍Welcome to the Utilikit, a library of Python modules designed to supercharge your large-language-model projects. Whether you're just getting started or looking to enhance an existing project, this library offers a rich set of pluggable components and a treasure trove of large language model prompts and templates. And I invite all proompters to enrich this toolkit with their own prompts, templates, and Python modules.

## Supported libraries:
- OpenAI
Expand Down
1,277 changes: 1,277 additions & 0 deletions pdm.lock

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[project]
name = "LLM-Utilikit"
version = "0.1.0"
description = "This library is designed to enhance large language model projects by offering a curated set of Python modules that can either serve as a robust starting point for new projects or as plug-and-play components to elevate existing ones. The library offers a rich set of pluggable components and a treasure trove of large language model prompts and templates. The library supports OpenAI, LangChain, HuggingFace, and Pinecone libraries. The README file provides a detailed description of the library's modules, including their functionalities and potential use cases. The README file also includes a mind map image and a GNU Affero GPL license."
authors = [
{name = "Daethyra", email = "[email protected]"},
]
dependencies = [
"openai>=0.28.1",
"pinecone-client>=2.2.4",
"langchain>=0.0.27",
"transformers>=4.34.1",
]
requires-python = ">=3.8"
readme = "README.md"
license = {text = "GNU Affero General Public License"}

[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file added tests/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c25595a

Please sign in to comment.