fix formatting

This commit is contained in:
Adil Hafeez 2025-01-24 16:36:02 -08:00
parent 90f77384f5
commit 4c8b177b78
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -38,11 +38,13 @@ Out of the box we provide support for openai and mistral llm providers. But if y
1. Add the provider in the `llm_providers` section of the `arch_config.yaml` file. And supply details of how to reach to the provider using "endpoint" and protocol.
- name: huggingface-qwen-2.5
provider_interface: openai
model: qwen-2.5
endpoint: endpoint_address:443
protocol: https
.. code-block:: yaml
- name: huggingface-qwen-2.5
provider_interface: openai
model: qwen-2.5
endpoint: endpoint_address:443
protocol: https
Example: Using the OpenAI Python SDK
------------------------------------