prithivMLmods commited on
Commit
1a6daaa
·
verified ·
1 Parent(s): 7ccbdbe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -42,6 +42,46 @@ tags:
42
  6. **Optimized Lightweight Footprint**
43
  Maintains strong reasoning and tool orchestration capabilities in a **4B parameter model**, deployable on **mid-range GPUs**, **edge devices**, and **offline clusters**.
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  ## **Quickstart with Transformers**
46
 
47
  ```python
 
42
  6. **Optimized Lightweight Footprint**
43
  Maintains strong reasoning and tool orchestration capabilities in a **4B parameter model**, deployable on **mid-range GPUs**, **edge devices**, and **offline clusters**.
44
 
45
+
46
+ # **Quick Start with Brave Search MCP**
47
+
48
+ mcp.json
49
+
50
+ ```json
51
+ {
52
+ "mcpServers": {
53
+ "brave-search": {
54
+ "command": "npx",
55
+ "args": [
56
+ "-y",
57
+ "@modelcontextprotocol/server-brave-search"
58
+ ],
59
+ "env": {
60
+ "BRAVE_API_KEY": "---Enter your Brave API key here.---",
61
+ "BRAVE_API_URL": "https://api.search.brave.com/res/v1/web/search"
62
+ }
63
+ }
64
+ }
65
+ }
66
+ ```
67
+
68
+ ## Example : 01
69
+
70
+ ```
71
+ Give the latest news about the Nepal protests in 2025.
72
+ (India Today News)
73
+ ```
74
+
75
+ ```py
76
+ The latest news from India Today reports that Nepal's Prime Minister KP Sharma Oli resigned following violent protests in September 2025,
77
+ which were triggered by a ban on major social media platforms and corruption grievances. The protests, led predominantly by Gen Z demonstrators,
78
+ resulted in at least **22 deaths** and hundreds injured as police used force to suppress demonstrations. According to updated reports from September 12,
79
+ the death toll has risen to **51**, including one Indian woman and three police personnel. These events occurred amid widespread unrest across Nepal,
80
+ with curfews imposed in Kathmandu and emergency government meetings called to address the crisis.
81
+
82
+ **Source**: [India Today - Nepal Gen Z Protests Update](https://www.indiatoday.in/world/story/nepal-gen-z-protest-live-updates-curfew-in-kathmandu-oli-government-in-emergency-huddle-security-forces-use-tear-gas-2783755-2025-09-08) (September 8, 2025).
83
+ ```
84
+
85
  ## **Quickstart with Transformers**
86
 
87
  ```python