Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ gr.ChatInterface(
|
|
97 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
98 |
additional_inputs=additional_inputs,
|
99 |
title="SAM Dolphin 2.8 Gemma 2b",
|
100 |
-
description="SAM is a persona created by MemGPT that turns basic LLM models into curious and inquisitive entities. See the full prompt at [github.com/cpacker/MemGPT](https://github.com/cpacker/MemGPT/blob/main/memgpt/personas/examples/sam.txt)"
|
101 |
examples=examples,
|
102 |
concurrency_limit=5,
|
103 |
).launch(show_api=False)
|
|
|
97 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
98 |
additional_inputs=additional_inputs,
|
99 |
title="SAM Dolphin 2.8 Gemma 2b",
|
100 |
+
description="SAM is a persona created by MemGPT that turns basic LLM models into curious and inquisitive entities. See the full prompt at [github.com/cpacker/MemGPT](https://github.com/cpacker/MemGPT/blob/main/memgpt/personas/examples/sam.txt)",
|
101 |
examples=examples,
|
102 |
concurrency_limit=5,
|
103 |
).launch(show_api=False)
|