mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-04-18 12:10:11 +00:00
chore(prompts): enable AI-powered search and generation features
This commit is contained in:
@@ -57,9 +57,9 @@ export default defineConfig({
|
||||
// Enable tags
|
||||
tags: true,
|
||||
// Enable AI-powered semantic search (requires OPENAI_API_KEY)
|
||||
aiSearch: false,
|
||||
aiSearch: true,
|
||||
// Enable AI-powered generation features (requires OPENAI_API_KEY)
|
||||
aiGeneration: false,
|
||||
aiGeneration: true,
|
||||
// Enable MCP (Model Context Protocol) features including API key generation
|
||||
mcp: true,
|
||||
// Enable comments on prompts
|
||||
|
||||
Reference in New Issue
Block a user