fix tweak id
This commit is contained in:
parent
da66d2e613
commit
2493766baa
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ class LangflowFileService:
|
|||
# Pass JWT token via tweaks using the x-langflow-global-var- pattern
|
||||
if jwt_token:
|
||||
# Using the global variable pattern that Langflow expects for OpenSearch components
|
||||
tweaks["OpenSearchHybrid-XtKoA"] = {"jwt_token": jwt_token}
|
||||
tweaks["OpenSearchHybrid-Ve6bS"] = {"jwt_token": jwt_token}
|
||||
logger.debug("[LF] Added JWT token to tweaks for OpenSearch components")
|
||||
else:
|
||||
logger.warning("[LF] No JWT token provided")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue