Spaces:
Running
Running
Update config.py
Browse files
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")
|