Update README.md
Browse files
README.md
CHANGED
@@ -237,12 +237,16 @@ falcon_bot = FalconChatBot()
|
|
237 |
|
238 |
# Define the Gradio interface
|
239 |
title = "👋🏻Welcome to Tonic's 🦅Falcon's Medical👨🏻⚕️Expert Chat🚀"
|
240 |
-
description = "You can use this Space to test out the GaiaMiniMed model [(Tonic/GaiaMiniMed)](https://huggingface.co/Tonic/GaiaMiniMed) or duplicate this Space and use it locally or on 🤗HuggingFace. [Join me on Discord to build together](https://discord.gg/VqTxc76K3u)."
|
241 |
|
|
|
|
|
|
|
|
|
242 |
examples = [
|
243 |
[
|
244 |
{
|
245 |
-
"user_message": "
|
246 |
"assistant_message": "My name is Gaia, I'm a health and sanitation expert ready to answer your medical questions.",
|
247 |
"history": [],
|
248 |
"temperature": 0.4,
|
@@ -255,6 +259,8 @@ examples = [
|
|
255 |
|
256 |
|
257 |
|
|
|
|
|
258 |
additional_inputs=[
|
259 |
gr.Textbox("", label="Optional system prompt"),
|
260 |
gr.Slider(
|
|
|
237 |
|
238 |
# Define the Gradio interface
|
239 |
title = "👋🏻Welcome to Tonic's 🦅Falcon's Medical👨🏻⚕️Expert Chat🚀"
|
240 |
+
description = "You can use this Space to test out the GaiaMiniMed model [(Tonic/GaiaMiniMed)](https://huggingface.co/Tonic/GaiaMiniMed) or duplicate this Space and use it locally or on 🤗HuggingFace. [Join me on Discord to build together](https://discord.gg/VqTxc76K3u). Please be patient as we "
|
241 |
|
242 |
+
history = [
|
243 |
+
{"user": "hi there how can you help me?", "assistant": "Hello, my name is Gaia, i'm created by Tonic, i can answer questions about medicine and public health!"},
|
244 |
+
# Add more user and assistant messages as needed
|
245 |
+
]
|
246 |
examples = [
|
247 |
[
|
248 |
{
|
249 |
+
"user_message": "What is the proper treatment for buccal herpes?",
|
250 |
"assistant_message": "My name is Gaia, I'm a health and sanitation expert ready to answer your medical questions.",
|
251 |
"history": [],
|
252 |
"temperature": 0.4,
|
|
|
259 |
|
260 |
|
261 |
|
262 |
+
|
263 |
+
|
264 |
additional_inputs=[
|
265 |
gr.Textbox("", label="Optional system prompt"),
|
266 |
gr.Slider(
|