k-mktr commited on
Commit
beb7c7b
Β·
verified Β·
1 Parent(s): 7f3cb11

Update config.py

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