🔨 refactor(llms.py): extract formatting methods for Azure and Llama fields
This commit extracts the formatting methods for Azure and Llama fields from the `format_field` method to improve readability and maintainability of the code. The `format_azure_field` method formats the fields for Azure, while the `format_llama_field` method formats the fields for Llama. These methods are called conditionally based on the name of the field.
G
Gabriel Luiz Freitas Almeida committed
a443d0aa835cd9e986c6745b2bce05a446443074
Parent: 5e99ba0