milwright commited on
Commit
ee95442
·
verified ·
1 Parent(s): a0b3b18

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": "[\"Hello! How can you help me?\", \"Tell me something interesting\", \"What can you do?\"]",
10
- "grounding_urls": "[]",
11
- "access_code": "",
12
- "enable_dynamic_urls": true,
13
- "enable_vector_rag": false,
14
- "rag_data_json": "None"
15
- }