cat-llm 0.0.77__tar.gz → 0.0.78__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cat_llm-0.0.77 → cat_llm-0.0.78}/PKG-INFO +1 -1
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/__about__.py +1 -1
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/text_functions.py +1 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/.gitignore +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/LICENSE +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/README.md +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/pyproject.toml +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/CERAD_functions.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/__init__.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/build_web_research.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/calls/CoVe.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/calls/__init__.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/calls/all_calls.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/image_functions.py +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/images/circle.png +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/images/cube.png +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/images/diamond.png +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/images/overlapping_pentagons.png +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/images/rectangles.png +0 -0
- {cat_llm-0.0.77 → cat_llm-0.0.78}/src/catllm/model_reference_list.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: cat-llm
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.78
|
4
4
|
Summary: A tool for categorizing text data and images using LLMs and vision models
|
5
5
|
Project-URL: Documentation, https://github.com/chrissoria/cat-llm#readme
|
6
6
|
Project-URL: Issues, https://github.com/chrissoria/cat-llm/issues
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|