TensorOpsAI / LLMstudio

Framework to bring LLM applications to production
https://tensorops.ai
Mozilla Public License 2.0
268 stars 30 forks source link

[update] azure-llama-function-call-parsing #124

Closed diogoazevedo15 closed 2 months ago

diogoazevedo15 commented 2 months ago

Summary:

  1. 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.
  2. Code Cleanup in provider.py: Removed redundant chunk-related code from provider.py.