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