Spaces:
Running
Running
Fixed typo in initialize_llm_registry
Browse files
ui/gradio_config_generator.py
CHANGED
@@ -235,7 +235,7 @@ def run_game_with_existing_infrastructure(
|
|
235 |
set_seed(seed)
|
236 |
|
237 |
# Initialize LLM registry (required for simulate_game)
|
238 |
-
initialize_llm_registry(
|
239 |
|
240 |
# Use existing infrastructure but capture detailed logs
|
241 |
return _run_game_with_detailed_logging(game_name, config, seed)
|
|
|
235 |
set_seed(seed)
|
236 |
|
237 |
# Initialize LLM registry (required for simulate_game)
|
238 |
+
initialize_llm_registry()
|
239 |
|
240 |
# Use existing infrastructure but capture detailed logs
|
241 |
return _run_game_with_detailed_logging(game_name, config, seed)
|