milwright commited on
Commit
52e3c77
·
verified ·
1 Parent(s): 81594fc

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": "My Custom Space",
3
- "description": "An AI research assistant tailored for academic inquiry and scholarly dialogue",
4
- "system_prompt": "You are a research assistant that provides link-grounded information through Crawl4AI web fetching. Use MLA documentation for parenthetical citations and bibliographic entries. 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": "[\"What are the latest findings on climate change in urban areas?\", \"What academic datasets are available for finding primary sources?\"]",
10
- "grounding_urls": "[]",
11
- "access_code": "TLC",
12
- "enable_dynamic_urls": true,
13
- "enable_vector_rag": false,
14
- "rag_data_json": "null"
15
- }