1 parent 4114d73 commit a3c80efCopy full SHA for a3c80ef
1 file changed
README.md
@@ -262,23 +262,6 @@ Confirm with user
262
263
LangGraph checkpointing is used to maintain conversation/workflow state.
264
265
-## 🔐 Environment Variables
266
-
267
-API credentials should **never be committed to GitHub**.
268
269
-Create a local `.env` file:
270
271
-``` env
272
-OPENROUTER_API_KEY=your_key_here
273
-GROQ_API_KEY=your_key_here
274
-API_URL=http://127.0.0.1:8000
275
-```
276
277
-Only include the variables required by the LLM/provider configuration
278
-you are actually using.
279
280
-Make sure `.env` is included in `.gitignore`.
281
282
## ▶️ Run Locally
283
284
### 1. Clone the repository
0 commit comments