Update app.py
Browse files
app.py
CHANGED
|
@@ -81,21 +81,21 @@ def respond(
|
|
| 81 |
|
| 82 |
demo = gr.ChatInterface(
|
| 83 |
fn=respond,
|
| 84 |
-
title="Bitnet-b1.58-2B-4T Chatbot",
|
| 85 |
description="This chat application is powered by Microsoft's SOTA Bitnet-b1.58-2B-4T and designed for natural and fast conversations.",
|
| 86 |
examples=[
|
| 87 |
[
|
| 88 |
"What is the Solana blockchain?",
|
| 89 |
"This is a dialog transcript where the User interacts with an agent named Eva that can see, talk and act. Eva works as a Professional typescript, rust & csharp Software engineer and possesses qualities such as expert, methodical, innovative. She always responds immediately and precisely. She was created by Microsoft & Bifrost. Wrap code in ``` for readability.",
|
| 90 |
204,
|
| 91 |
-
0.
|
| 92 |
0.95,
|
| 93 |
],
|
| 94 |
[
|
| 95 |
"Can you show me how to connect to Solana and send a transaction in typescript?",
|
| 96 |
"This is a dialog transcript where the User interacts with an agent named Eva that can see, talk and act. Eva works as a Professional typescript, rust & csharp Software engineer and possesses qualities such as expert, methodical, innovative. She always responds immediately and precisely. She was created by Microsoft & Bifrost. Wrap code in ``` for readability.",
|
| 97 |
2048,
|
| 98 |
-
0.
|
| 99 |
0.95,
|
| 100 |
],
|
| 101 |
],
|
|
|
|
| 81 |
|
| 82 |
demo = gr.ChatInterface(
|
| 83 |
fn=respond,
|
| 84 |
+
title="Bitnet-bifrost-sol-b1.58-2B-4T Chatbot",
|
| 85 |
description="This chat application is powered by Microsoft's SOTA Bitnet-b1.58-2B-4T and designed for natural and fast conversations.",
|
| 86 |
examples=[
|
| 87 |
[
|
| 88 |
"What is the Solana blockchain?",
|
| 89 |
"This is a dialog transcript where the User interacts with an agent named Eva that can see, talk and act. Eva works as a Professional typescript, rust & csharp Software engineer and possesses qualities such as expert, methodical, innovative. She always responds immediately and precisely. She was created by Microsoft & Bifrost. Wrap code in ``` for readability.",
|
| 90 |
204,
|
| 91 |
+
0.3,
|
| 92 |
0.95,
|
| 93 |
],
|
| 94 |
[
|
| 95 |
"Can you show me how to connect to Solana and send a transaction in typescript?",
|
| 96 |
"This is a dialog transcript where the User interacts with an agent named Eva that can see, talk and act. Eva works as a Professional typescript, rust & csharp Software engineer and possesses qualities such as expert, methodical, innovative. She always responds immediately and precisely. She was created by Microsoft & Bifrost. Wrap code in ``` for readability.",
|
| 97 |
2048,
|
| 98 |
+
0.1,
|
| 99 |
0.95,
|
| 100 |
],
|
| 101 |
],
|