LICENSE
README.md
pyproject.toml
scikit_llm.egg-info/PKG-INFO
scikit_llm.egg-info/SOURCES.txt
scikit_llm.egg-info/dependency_links.txt
scikit_llm.egg-info/requires.txt
scikit_llm.egg-info/top_level.txt
skllm/__init__.py
skllm/completions.py
skllm/config.py
skllm/gpt4all_client.py
skllm/utils.py
skllm/datasets/__init__.py
skllm/datasets/multi_class.py
skllm/datasets/multi_label.py
skllm/datasets/summarization.py
skllm/datasets/translation.py
skllm/models/gpt_few_shot_clf.py
skllm/models/gpt_zero_shot_clf.py
skllm/openai/base_gpt.py
skllm/openai/chatgpt.py
skllm/openai/credentials.py
skllm/openai/embeddings.py
skllm/openai/mixin.py
skllm/preprocessing/__init__.py
skllm/preprocessing/gpt_summarizer.py
skllm/preprocessing/gpt_translator.py
skllm/preprocessing/gpt_vectorizer.py
skllm/prompts/builders.py
skllm/prompts/templates.py
tests/test_chatgpt.py
tests/test_gpt_zero_shot_clf.py