Spaces:
Runtime error
Runtime error
Added latency disclaimer
Browse files- sotopia_space/chat.py +5 -1
sotopia_space/chat.py
CHANGED
@@ -85,10 +85,14 @@ def chat_introduction():
|
|
85 |
Step (3) Select which character you and your social agent will play in the scenario in "User Agent Selection" and "Bot Agent Selection"
|
86 |
|
87 |
Step (4) Negotiate/debate/cooperate with the social agent to see whether your goal or their social goal can be achieved.
|
88 |
-
|
|
|
|
|
|
|
89 |
⚠️ **Limitations**: The social agent can and will produce factually incorrect information, hallucinating facts and potentially offensive actions. It can produce problematic outputs, especially if prompted to do so.
|
90 |
|
91 |
🗄️ **Disclaimer**: User prompts and generated replies from the model may be collected solely for the purpose of pure academic research. By using this demo, users implicitly agree to these terms.
|
|
|
92 |
"""
|
93 |
)
|
94 |
|
|
|
85 |
Step (3) Select which character you and your social agent will play in the scenario in "User Agent Selection" and "Bot Agent Selection"
|
86 |
|
87 |
Step (4) Negotiate/debate/cooperate with the social agent to see whether your goal or their social goal can be achieved.
|
88 |
+
|
89 |
+
🤗 **Latency**: We are proundly endorsed by Huggingface Zero GPUs for model serving. Due to its internal mechanism, users
|
90 |
+
may experience a slight delay in the first response (around 30s). Subsequent responses will be faster.
|
91 |
+
|
92 |
⚠️ **Limitations**: The social agent can and will produce factually incorrect information, hallucinating facts and potentially offensive actions. It can produce problematic outputs, especially if prompted to do so.
|
93 |
|
94 |
🗄️ **Disclaimer**: User prompts and generated replies from the model may be collected solely for the purpose of pure academic research. By using this demo, users implicitly agree to these terms.
|
95 |
+
|
96 |
"""
|
97 |
)
|
98 |
|