Skip to content

feat(integration): resolve quiz proxy auth forwarding and groq model configuration - #98

Merged
asharijaz328-cmd merged 2 commits into
QuantumLogicsLabs:mainfrom
abdth3:web/phase6-flashcards-and-integration
Aug 30, 2026
Merged

asharijaz328-cmd merged 2 commits into
QuantumLogicsLabs:mainfrom
abdth3:web/phase6-flashcards-and-integration

Conversation

@abdth3

@abdth3 abdth3 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary of Changes

  • Quiz Proxy Authorization Header: Fixed 403 Forbidden (Not authenticated) responses by injecting and forwarding an internal JWT Authorization: Bearer <token> header from Pluto backend (web/backend/routes/quiz.py) to the AI-ML Quiz Generator service (8002).
  • Groq Model Realignment: Aligned LLM model definitions in ai-ml/quiz_generator/app/config.py to prevent upstream 404 Model Not Found errors during quiz generation.
  • Cross-Service Communication: Verified multi-service connectivity across Web Backend (5000), Frontend (5173), Chatbot RAG Engine (8000), Ingestion (8001), and Quiz Generator (8002).

Testing & Verification

  • Validated end-to-end quiz generation pipeline from UI prompt to server-side session persistence in MongoDB and sanitized question delivery to the frontend.
  • Confirmed document ingestion and vector querying lifecycle.

@asharijaz328-cmd
asharijaz328-cmd merged commit 016a0f9 into QuantumLogicsLabs:main Aug 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants