shukdevdatta123 commited on
Commit
76ddde2
Β·
verified Β·
1 Parent(s): eff5adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -351,7 +351,7 @@ def run_single_model(problem: str, model_choice: str, context: str = "") -> Tupl
351
  start_time = time.time()
352
 
353
  if model_choice == "Deep Thinker (DeepSeek R1)":
354
- result = orchestra.deep_thinker_analyzeε•ι‘Œγ‚’εˆ†ζžγ™γ‚‹γ€‚)
355
  filename = "deep_thinker_analysis"
356
  elif model_choice == "Quick Strategist (Qwen3 32B)":
357
  result = orchestra.quick_strategist_analyze(problem, context)
 
351
  start_time = time.time()
352
 
353
  if model_choice == "Deep Thinker (DeepSeek R1)":
354
+ result = orchestra.deep_thinker_analyze(problem, context)
355
  filename = "deep_thinker_analysis"
356
  elif model_choice == "Quick Strategist (Qwen3 32B)":
357
  result = orchestra.quick_strategist_analyze(problem, context)