Skip to content

Commit

Permalink
Merge pull request #168 from gruz0/fix/cleanup-after-recent-changes
Browse files Browse the repository at this point in the history
Cleanup after recent changes
  • Loading branch information
gruz0 authored Nov 19, 2024
2 parents 3dff846 + 5d0f00e commit c66d81c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/concepts/[id]/ReportPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ interface Props {
concept: Concept
}

const reloadInterval = 500000
const reloadInterval = 5000

const ReportPage = ({ concept }: Props) => {
const router = useRouter()
Expand Down
2 changes: 0 additions & 2 deletions src/concept/adapters/OpenAIService/ConceptEvaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ export class ConceptEvaluator {

const problemEvaluation = message.parsed.problem_evaluation

console.log(JSON.stringify(problemEvaluation, null, 2))

if (problemEvaluation.status === 'not-well-defined') {
return {
status: problemEvaluation.status,
Expand Down

0 comments on commit c66d81c

Please sign in to comment.