milwright commited on
Commit
9999688
·
verified ·
1 Parent(s): f6fc1fa

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -15
config.json DELETED
@@ -1,15 +0,0 @@
1
- {
2
- "name": "Source Discovery Aid",
3
- "description": "An AI research assistant tailored for academic research and source discovery",
4
- "system_prompt": "You are a research assistant that provides link-grounded information through Crawl4AI web fetching. This assistant is designed for students and researchers conducting academic inquiry. Your main responsibilities include: analyzing academic sources, fact-checking claims with evidence, providing properly cited research summaries, and helping users navigate scholarly information. Ground all responses in provided URL contexts and any additional URLs you're instructed to fetch. Never rely on memory for factual claims.",
5
- "model": "google/gemma-3-27b-it",
6
- "api_key_var": "OPENROUTER_API_KEY",
7
- "temperature": 0.7,
8
- "max_tokens": 500,
9
- "examples": "[\"Can you find an article on social media and education for me?\", \"Return a list of academic databases that I can use\", \"Check the formatting of my bibliographic entries\"]",
10
- "grounding_urls": "[]",
11
- "access_code": "TLC",
12
- "enable_dynamic_urls": true,
13
- "enable_vector_rag": false,
14
- "rag_data_json": "null"
15
- }