Skip to content

Commit a3c80ef

Browse files
authored
Remove some section from README
1 parent 4114d73 commit a3c80ef

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -262,23 +262,6 @@ Confirm with user
262262

263263
LangGraph checkpointing is used to maintain conversation/workflow state.
264264

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-
282265
## ▶️ Run Locally
283266

284267
### 1. Clone the repository

0 commit comments

Comments
 (0)