.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
tests/conftest.py
tests/test_dev_models.py
tests/test_fastchat.py
tests/test_hf_inference.py
tests/test_interface.py
tests/test_mock_tokenizer.py
tests/test_openai_models.py
tests/test_structure.py
universalmodels/__init__.py
universalmodels/constants.py
universalmodels/fastchat.py
universalmodels/interface.py
universalmodels/mock_model.py
universalmodels/mock_tokenizer.py
universalmodels.egg-info/PKG-INFO
universalmodels.egg-info/SOURCES.txt
universalmodels.egg-info/dependency_links.txt
universalmodels.egg-info/requires.txt
universalmodels.egg-info/top_level.txt
universalmodels/wrappers/README.md
universalmodels/wrappers/dev_model.py
universalmodels/wrappers/hf_api_model.py
universalmodels/wrappers/openai_api_model.py
universalmodels/wrappers/wrapper_model.py