LICENSE
README.md
pyproject.toml
ovos_gguf_plugin/__init__.py
ovos_gguf_plugin/chat.py
ovos_gguf_plugin/dialog_transformers.py
ovos_gguf_plugin/embeddings.py
ovos_gguf_plugin/prompts.py
ovos_gguf_plugin/summarizer.py
ovos_gguf_plugin/translate.py
ovos_gguf_plugin/version.py
ovos_gguf_plugin.egg-info/PKG-INFO
ovos_gguf_plugin.egg-info/SOURCES.txt
ovos_gguf_plugin.egg-info/dependency_links.txt
ovos_gguf_plugin.egg-info/entry_points.txt
ovos_gguf_plugin.egg-info/requires.txt
ovos_gguf_plugin.egg-info/top_level.txt
ovos_gguf_plugin/locale/en-us/detect_system.prompt
ovos_gguf_plugin/locale/en-us/detect_user.prompt
ovos_gguf_plugin/locale/en-us/dialog_transform_system.prompt
ovos_gguf_plugin/locale/en-us/summarize_system.prompt
ovos_gguf_plugin/locale/en-us/summarize_user.prompt
ovos_gguf_plugin/locale/en-us/translate_no_source.prompt
ovos_gguf_plugin/locale/en-us/translate_system.prompt
ovos_gguf_plugin/locale/en-us/translate_with_source.prompt
test/test_e2e.py
test/test_e2e_persona_pipeline.py
test/test_embeddings.py
test/test_prompts.py