From 487ab3bd4ecb3f321fc3619b425e6e79ae0d5b9a Mon Sep 17 00:00:00 2001 From: Lucie Milan Date: Wed, 27 Nov 2024 13:23:33 +0100 Subject: [PATCH] Update _huggingface.md --- .../how-to/llm-provider-integration-guides/_huggingface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_hub/kong-inc/ai-proxy-advanced/how-to/llm-provider-integration-guides/_huggingface.md b/app/_hub/kong-inc/ai-proxy-advanced/how-to/llm-provider-integration-guides/_huggingface.md index 60143a85629a..32b1f59d0701 100644 --- a/app/_hub/kong-inc/ai-proxy-advanced/how-to/llm-provider-integration-guides/_huggingface.md +++ b/app/_hub/kong-inc/ai-proxy-advanced/how-to/llm-provider-integration-guides/_huggingface.md @@ -25,7 +25,7 @@ curl -X POST http://localhost:8001/services/ai-proxy-advanced/routes \ --data "paths[]=~/huggingface-chat$" ``` -Enable and configure the AI Proxy Advanced plugin for Anthropic, replacing the `` with your own API keyand `` with the name of the model to use. +Enable and configure the AI Proxy Advanced plugin for Anthropic, replacing the `` with your own access token and `` with the name of the model to use. {% plugin_example %}