We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638f53d commit 5dc4598Copy full SHA for 5dc4598
apps/bixarena/app/.env.example
@@ -7,12 +7,12 @@ LOG_LEVEL=INFO
7
OPENROUTER_API_KEY=changeme
8
ENABLE_CRISP=false
9
# Request limits
10
-BATTLE_ROUND_LIMIT=20
+BATTLE_ROUND_LIMIT=5
11
MAX_RESPONSE_TOKENS=1024
12
PROMPT_LEN_LIMIT=5000
13
# Footer configuration
14
APP_BRAND_URL=https://sagebionetworks.org
15
APP_CONTACT_URL=https://sagebionetworks.org/contact
16
-APP_ISSUE_URL=
+APP_ISSUE_URL="https://forms.gle/WsvSdEfv5MfFpeedA"
17
APP_TOS_URL=
18
APP_VERSION=1.0.0
apps/bixarena/app/bixarena_app/page/bixarena_footer.py
@@ -54,7 +54,7 @@ def build_footer():
54
.footer-center {{
55
display: flex;
56
align-items: center;
57
- gap: 24px;
+ gap: 12px;
58
font-size: 14px;
59
flex: 1;
60
justify-content: center;
0 commit comments