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 %}