Simplified streaming, bug fixes
- Improved streaming endpoint, now accessible with simple
stream=True
kwarg. - Fixed dependency issues with
pydantic
version. - Removed the duplicate calling of
model_name
. - Improved docstrings.
- Split
requirements.txt
into dev and production requirements.