cat-llm 0.0.21__py3-none-any.whl → 0.0.22__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cat-llm
3
- Version: 0.0.21
3
+ Version: 0.0.22
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
@@ -0,0 +1,8 @@
1
+ catllm/CERAD_functions.py,sha256=Qb6-X4147pLkiGYnhCiTZbUllnI_Phc78NeEGm9IYic,14560
2
+ catllm/__about__.py,sha256=99aNi54Pad2znZPHwQtb9H2nkF1CTegDDOFO6fNlmcE,404
3
+ catllm/__init__.py,sha256=bgH_2K70m3WP9B8GZNciAr7ld7bSNwgpzhYgkoAC8Bo,299
4
+ catllm/cat_llm.py,sha256=QNa8ZD3z5cWZtdu0gQfkLYq2I96aGwGCUUN61E50RKA,58206
5
+ cat_llm-0.0.22.dist-info/METADATA,sha256=W2tUxYh5WcE8LFHDRJJR6xZO5vRdzPDBIsv7i4JOJ04,1679
6
+ cat_llm-0.0.22.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ cat_llm-0.0.22.dist-info/licenses/LICENSE,sha256=wJLsvOr6lrFUDcoPXExa01HOKFWrS3JC9f0RudRw8uw,1075
8
+ cat_llm-0.0.22.dist-info/RECORD,,
catllm/__about__.py CHANGED
@@ -1,7 +1,7 @@
1
1
  # SPDX-FileCopyrightText: 2025-present Christopher Soria <chrissoria@berkeley.edu>
2
2
  #
3
3
  # SPDX-License-Identifier: MIT
4
- __version__ = "0.0.21"
4
+ __version__ = "0.0.22"
5
5
  __author__ = "Chris Soria"
6
6
  __email__ = "chrissoria@berkeley.edu"
7
7
  __title__ = "cat-llm"
catllm/cat_llm.py CHANGED
@@ -56,7 +56,7 @@ Number your categories from 1 through {cat_num} and be concise with the category
56
56
  The specific task is to identify {specificity} categories of responses to a survey question. \
57
57
  The research question is: {research_question}""" if research_question else "You are a helpful assistant."},
58
58
  {'role': 'user', 'content': prompt}
59
- ]
59
+ ],
60
60
  temperature=creativity
61
61
  )
62
62
  reply = response_obj.choices[0].message.content
@@ -1,8 +0,0 @@
1
- catllm/CERAD_functions.py,sha256=Qb6-X4147pLkiGYnhCiTZbUllnI_Phc78NeEGm9IYic,14560
2
- catllm/__about__.py,sha256=TunDrsvgMTHUI-XmOUy6ZvCm0jyzgtPLSTQ4FQ-i1EE,404
3
- catllm/__init__.py,sha256=bgH_2K70m3WP9B8GZNciAr7ld7bSNwgpzhYgkoAC8Bo,299
4
- catllm/cat_llm.py,sha256=z3ohaq2sXrcI6ygvQTKNNlAN5ptmNmwCimkM625j7LQ,58205
5
- cat_llm-0.0.21.dist-info/METADATA,sha256=1AzIw7qX1yrWpsozHM-XfTvzk2R8nSY35yrogvt93uY,1679
6
- cat_llm-0.0.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- cat_llm-0.0.21.dist-info/licenses/LICENSE,sha256=wJLsvOr6lrFUDcoPXExa01HOKFWrS3JC9f0RudRw8uw,1075
8
- cat_llm-0.0.21.dist-info/RECORD,,