feat: Add custom headers support
This commit is contained in:
@@ -229,6 +229,18 @@
|
||||
"label": "Custom Origin URL",
|
||||
"placeholder": "Enter Custom Origin URL"
|
||||
},
|
||||
"headers": {
|
||||
"label": "Custom Headers",
|
||||
"add": "Add Header",
|
||||
"key": {
|
||||
"label": "Header Key",
|
||||
"placeholder": "Authorization"
|
||||
},
|
||||
"value": {
|
||||
"label": "Header Value",
|
||||
"placeholder": "Bearer token"
|
||||
}
|
||||
},
|
||||
"help": "If you have connection issues with Ollama on Page Assist, you can configure a custom origin URL. To learn more about the configuration, <anchor>click here</anchor>."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user