winglian commited on
Commit
eacd70b
β€’
1 Parent(s): e78cc58

github sponsors link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -369,9 +369,9 @@ with gr.Blocks() as arena:
369
  - This Space runs on CPU only, and uses GGML with GPU support via Runpod Serverless.
370
  - Responses may not stream immediately due to cold starts on Serverless.
371
  - Some responses WILL take AT LEAST 20 seconds to respond
372
- - For now, this is single turn only
373
  - Responses from the Arena will be used for building reward models. These reward models can be bucketed by Personas.
374
- - [πŸ’΅ Consider Donating on our Patreon](http://patreon.com/OpenAccessAICollective)
375
  - Join us on [Discord](https://discord.gg/PugNNHAF5r)
376
  """)
377
  with gr.Tab("Chatbot Arena"):
 
369
  - This Space runs on CPU only, and uses GGML with GPU support via Runpod Serverless.
370
  - Responses may not stream immediately due to cold starts on Serverless.
371
  - Some responses WILL take AT LEAST 20 seconds to respond
372
+ - The Chatbot Arena (for now), is single turn only. Responses will be cleared after submission.
373
  - Responses from the Arena will be used for building reward models. These reward models can be bucketed by Personas.
374
+ - [πŸ’΅ Consider Donating on our Patreon](http://patreon.com/OpenAccessAICollective) or become a [GitHub Sponsor](https://github.com/sponsors/OpenAccess-AI-Collective)
375
  - Join us on [Discord](https://discord.gg/PugNNHAF5r)
376
  """)
377
  with gr.Tab("Chatbot Arena"):