Skip to content

Commit 11a7c8d

Browse files
chore(docs): update README with new deployed application link and enhance feature descriptions
1 parent 8628c98 commit 11a7c8d

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,18 @@ This is my `Cloudflare Assignment` for the [Cloudflare 2026 Internship](https://
4343

4444
## Live Demo
4545

46-
**Try it out:** [Deployed Application](https://your-deployed-app.com)
46+
**Try it out:** [Deployed Application](https://gh-issue-manager.adedoyine535.workers.dev/)
4747

4848
## Assignment Compliance
4949

5050
This project fulfills all requirements for the **Cloudflare AI Application Assignment**:
5151

5252
### Required Components
5353

54-
- **🤖 LLM Integration**: Uses OpenAI GPT-4o-mini for intelligent issue analysis and categorization
55-
- **Workflow/Coordination**: Multi-worker architecture with service bindings and KV storage
56-
- **💬 User Input Interface**: Professional Next.js web application with real-time interaction
57-
- **🧠 Memory/State**: KV caching system with 24-hour TTL and persistent frontend state
54+
- **LLM Integration**: Uses OpenAI GPT-4o-mini for intelligent issue analysis and categorization
55+
- **Workflow/Coordination**: Multi-worker architecture with service bindings and KV storage
56+
- **User Input Interface**: Professional Next.js web application with real-time interaction
57+
- **Memory/State**: KV caching system with 24-hour TTL and persistent frontend state
5858

5959
### Assignment Requirements
6060

@@ -83,19 +83,22 @@ graph TB
8383
- shadcn/ui components with Tailwind CSS
8484
- Real-time loading states and error handling
8585
- Responsive design for all devices
86+
- Deployed on Cloudflare pages
8687

8788
2. **API Worker** (`/api/`)
8889

8990
- Cloudflare Worker with Hono framework
9091
- GitHub API integration with rate limiting
9192
- Service binding to AI worker
9293
- KV storage for intelligent caching
94+
- Deployed on Cloudflare workers
9395

9496
3. **AI Worker** (`/ai/`)
9597
- OpenAI GPT-4o-mini integration
9698
- Intelligent issue categorization and prioritization
9799
- Duplicate detection algorithms
98100
- Implementation order suggestions
101+
- Deoloyed on Cloudflare workers
99102

100103
## Key Features
101104

@@ -321,7 +324,6 @@ For questions or support:
321324

322325
- Open an issue on GitHub
323326
- Check the [PROMPTS.md](PROMPTS.md) for development context
324-
- Review the [SETUP.md](SETUP.md) for detailed configuration
325327

326328
---
327329

ai/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
OPENAI_API_KEY=your-openai-api-key

api/.env.example

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)