Sarat Kannan commited on
add required tag
Browse files
README.md
CHANGED
|
@@ -183,7 +183,7 @@ Add these as **Secrets**:
|
|
| 183 |
|
| 184 |
| Variable | Default | Purpose |
|
| 185 |
| ---------------- | ----------------------------------------------- | ---------------------------------------------------- |
|
| 186 |
-
| `GROQ_API_KEY` | (none) | Enables Groq LLM calls
|
| 187 |
| `LLM_MODEL` | `meta-llama/llama-4-maverick-17b-128e-instruct` | Default Groq model |
|
| 188 |
| `SQLITE_PATH` | `student.db` | Path to SQLite DB (set to `school.db` for this repo) |
|
| 189 |
| `NEO4J_URI` | (empty) | Neo4j connection URI |
|
|
@@ -240,4 +240,4 @@ Add these as **Secrets**:
|
|
| 240 |
|
| 241 |
## 📄 License
|
| 242 |
|
| 243 |
-
Apache-2.0
|
|
|
|
| 183 |
|
| 184 |
| Variable | Default | Purpose |
|
| 185 |
| ---------------- | ----------------------------------------------- | ---------------------------------------------------- |
|
| 186 |
+
| `GROQ_API_KEY` | (none) | **Required**. Enables Groq LLM calls |
|
| 187 |
| `LLM_MODEL` | `meta-llama/llama-4-maverick-17b-128e-instruct` | Default Groq model |
|
| 188 |
| `SQLITE_PATH` | `student.db` | Path to SQLite DB (set to `school.db` for this repo) |
|
| 189 |
| `NEO4J_URI` | (empty) | Neo4j connection URI |
|
|
|
|
| 240 |
|
| 241 |
## 📄 License
|
| 242 |
|
| 243 |
+
Apache-2.0
|