k-mktr commited on
Commit
2ec846f
Β·
verified Β·
1 Parent(s): efcee16

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -0
config.py CHANGED
@@ -7,6 +7,7 @@ import threading
7
  import leaderboard
8
 
9
  ARENA_NAME = "# πŸ† The GPU-Poor LLM Gladiator Arena πŸ† v25.10"
 
10
 
11
  # Ollama API configuration
12
  API_URL = os.environ.get("API_URL")
 
7
  import leaderboard
8
 
9
  ARENA_NAME = "# πŸ† The GPU-Poor LLM Gladiator Arena πŸ† v25.10"
10
+ MAX_BATTLES_LIMIT = 150
11
 
12
  # Ollama API configuration
13
  API_URL = os.environ.get("API_URL")