Sarat Kannan commited on
Commit
6cee2e2
·
unverified ·
1 Parent(s): cfe0485

add required tag

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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