Skip to content

Validator question endpoint#105

Closed
DevDendrite wants to merge 2 commits intoOpenGradient:mainfrom
DevDendrite:validator_question_endpoint
Closed

Validator question endpoint#105
DevDendrite wants to merge 2 commits intoOpenGradient:mainfrom
DevDendrite:validator_question_endpoint

Conversation

@DevDendrite
Copy link

Summary

Replace static preset questions with LLM-generated questions that refresh weekly on the backend server.

Changes

  • Implemented periodic question generation using Gemini LLM on the backend
  • Questions automatically regenerate every week (configurable)
  • All validators use the same shared question set each period
  • Added endpoint for validators to fetch a random question from current set
  • Backend handles Gemini API key - validators don't need their own

@adambalogh adambalogh closed this Feb 17, 2026
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

Comments