mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-10-20 22:38:14 +00:00
14 lines
309 B
TypeScript
14 lines
309 B
TypeScript
import {
|
|
webSearchResponsePrompt,
|
|
webSearchRetrieverFewShots,
|
|
webSearchRetrieverPrompt,
|
|
} from './webSearch';
|
|
import { writingAssistantPrompt } from './writingAssistant';
|
|
|
|
export default {
|
|
webSearchResponsePrompt,
|
|
webSearchRetrieverPrompt,
|
|
webSearchRetrieverFewShots,
|
|
writingAssistantPrompt,
|
|
};
|