Refactor llama Function Call Parsing: The parsing logic for Llama function calls in azure.py has been updated to handle scenarios where functions are present but not used to generate the response.
Code Cleanup in provider.py: Removed redundant chunk-related code from provider.py.
Summary:
azure.py
has been updated to handle scenarios where functions are present but not used to generate the response.provider.py
.