Skip to content

Commit

Permalink
✨ feat: add SERPAPI_API_KEY settings
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 24, 2023
1 parent fe8954c commit eade49c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,15 @@
"type": "object"
}
}
]
],
"settings": {
"type": "object",
"properties": {
"SERPAPI_API_KEY": {
"title": "SerpAPI API Key",
"description": "please fill SerpAPI API Key to use search engine. [Learn more](https://github.com/lobehub/chat-plugin-search-engine)",
"type": "string"
}
}
}
}

0 comments on commit eade49c

Please sign in to comment.