ai-parrot 0.2.1__tar.gz → 0.2.2__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.
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/PKG-INFO +1 -1
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/ai_parrot.egg-info/PKG-INFO +1 -1
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/abstract.py +0 -3
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/retrievals/__init__.py +3 -7
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/version.py +1 -1
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.flake8 +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.github/dependabot.yml +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.github/workflows/codeql-analysis.yml +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.github/workflows/release.yml +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.gitignore +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.isort.cfg +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/.pylintrc +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/INSTALL +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/LICENSE +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/Makefile +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/README.md +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/SECURITY.md +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/ai_parrot.egg-info/SOURCES.txt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/ai_parrot.egg-info/dependency_links.txt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/ai_parrot.egg-info/requires.txt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/ai_parrot.egg-info/top_level.txt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/app.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/navigator-ssl.ini +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/navigator.ini +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/domain.ext +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/navigator.local.crt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/navigator.local.csr +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/navigator.local.key +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/rootCA.crt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/rootCA.key +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/etc/ssl/rootCA.srl +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/examples/test_bot.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/examples/test_question.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/mypy.ini +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/asktroc.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/base.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/basic.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/bose.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/cody.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/copilot.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/dataframe.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/hragents.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/odoo.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/chatbots/retrievals/constitutional.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/conf.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/bing.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/config.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/duckgo.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/file.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/google.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/gtrends.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/md2pdf.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/rag.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/search.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/crew/tools/url.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/exceptions.c +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/exceptions.pyx +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/handlers/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/handlers/bots.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/handlers/chat.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/interfaces/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/interfaces/database.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/abstract.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/anthropic.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/google.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/groq.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/hf.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/openai.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/pipes.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/llms/vertex.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/abstract.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/basepdf.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/basevideo.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/csv.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/dir.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/excel.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/github.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/handlers/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/handlers/data.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/image.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/json.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/pdf.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/pdfchapters.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/pdffn.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/pdfimages.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/pdfmark.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/pdftables.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/ppt.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/qa.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/repo.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/rtd.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/txt.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/utils/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/utils/models.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/video.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/videolocal.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/vimeo.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/web.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/web_base.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/word.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/loaders/youtube.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/manager.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/models.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/py.typed +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/stores/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/stores/abstract.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/stores/milvus.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/stores/qdrant.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/abstract.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/asknews.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/bing.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/duck.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/google.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/stack.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/weather.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/wikipedia.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/tools/zipcode.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/parsers/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/parsers/toml.c +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/parsers/toml.pyx +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/toml.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/types.cpp +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/types.pyx +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/parrot/utils/uv.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/pyproject.toml +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/pytest.ini +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/requirements/requirements-dev.txt +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/resources/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/resources/quick.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/resources/users/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/resources/users/handlers.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/resources/users/models.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/run.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/settings/__init__.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/settings/settings.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/setup.cfg +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/setup.py +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/templates/.compiled +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/templates/README.md +0 -0
- {ai_parrot-0.2.1 → ai_parrot-0.2.2}/tox.ini +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ai-parrot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
|
|
5
5
|
Home-page: https://github.com/phenobarbital/ai-parrot
|
|
6
6
|
Author: Jesus Lara
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ai-parrot
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Live Chatbots based on Langchain chatbots and Agents Integrated into Navigator Framework or used into aiohttp applications.
|
|
5
5
|
Home-page: https://github.com/phenobarbital/ai-parrot
|
|
6
6
|
Author: Jesus Lara
|
|
@@ -626,9 +626,6 @@ class AbstractChatbot(ABC, DBInterface):
|
|
|
626
626
|
)
|
|
627
627
|
elif vector_db == 'MilvusStore':
|
|
628
628
|
if MILVUS_ENABLED is True:
|
|
629
|
-
print('EMBEDDINGS > ', self.embeddings)
|
|
630
|
-
print('AQUI MILVUS >> ', embed)
|
|
631
|
-
print('AQUI MILVUS >> ', self.embedding_model_name)
|
|
632
629
|
self._store = MilvusStore(
|
|
633
630
|
embeddings=embed,
|
|
634
631
|
embedding_name=self.embedding_model_name,
|
|
@@ -124,7 +124,7 @@ class RetrievalManager:
|
|
|
124
124
|
question: str = None,
|
|
125
125
|
chain_type: str = 'stuff',
|
|
126
126
|
search_type: str = 'similarity',
|
|
127
|
-
search_kwargs: dict = {"k":
|
|
127
|
+
search_kwargs: dict = {"k": 4, "fetch_k": 10, "lambda_mult": 0.89},
|
|
128
128
|
return_docs: bool = True,
|
|
129
129
|
metric_type: str = None,
|
|
130
130
|
memory: Any = None,
|
|
@@ -220,7 +220,7 @@ class RetrievalManager:
|
|
|
220
220
|
question: str = None,
|
|
221
221
|
chain_type: str = 'stuff',
|
|
222
222
|
search_type: str = 'mmr',
|
|
223
|
-
search_kwargs: dict = {"k":
|
|
223
|
+
search_kwargs: dict = {"k": 4, "fetch_k": 10, "lambda_mult": 0.89},
|
|
224
224
|
return_docs: bool = True,
|
|
225
225
|
metric_type: str = None,
|
|
226
226
|
use_llm: str = None
|
|
@@ -452,19 +452,15 @@ class RetrievalManager:
|
|
|
452
452
|
question: str = None,
|
|
453
453
|
chain_type: str = 'stuff',
|
|
454
454
|
search_type: str = 'similarity',
|
|
455
|
-
search_kwargs: dict = {"k":
|
|
455
|
+
search_kwargs: dict = {"k": 4, "fetch_k": 10, "lambda_mult": 0.89},
|
|
456
456
|
return_docs: bool = True,
|
|
457
457
|
metric_type: str = None,
|
|
458
458
|
memory: Any = None,
|
|
459
459
|
**kwargs
|
|
460
460
|
):
|
|
461
461
|
# Generating Vector:
|
|
462
|
-
# print('COLLECTION > ', self.store.collection, self.store.embedding_name)
|
|
463
|
-
# print('DB > ', self.store.database)
|
|
464
462
|
async with self.store as store: #pylint: disable=E1101
|
|
465
463
|
vector = store.get_vector(metric_type=metric_type)
|
|
466
|
-
# docs = vector.similarity_search(question, k=1)
|
|
467
|
-
# print('DOCS > ', docs)
|
|
468
464
|
retriever = VectorStoreRetriever(
|
|
469
465
|
vectorstore=vector,
|
|
470
466
|
search_type=search_type,
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
__title__ = "ai-parrot"
|
|
4
4
|
__description__ = "Live Chatbots based on Langchain chatbots and Agents \
|
|
5
5
|
Integrated into Navigator Framework or used into aiohttp applications."
|
|
6
|
-
__version__ = "0.2.
|
|
6
|
+
__version__ = "0.2.2"
|
|
7
7
|
__author__ = "Jesus Lara"
|
|
8
8
|
__author_email__ = "jesuslarag@gmail.com"
|
|
9
9
|
__license__ = "MIT"
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|