Frankie-walsh4 commited on
Commit
3334f64
·
1 Parent(s): 229c5f1

Introductory message

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -57,7 +57,15 @@ demo = gr.ChatInterface(
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
60
- examples=["Hello! I am your AI Calibration Expert, specialized in pharmaceutical manufacturing processes. I'm here to help you with technical guidance on calibration procedures, quality control, and system optimization. How can I assist you today?"],
 
 
 
 
 
 
 
 
61
  )
62
 
63
 
 
57
  label="Top-p (nucleus sampling)",
58
  ),
59
  ],
60
+ examples=[
61
+ [
62
+ "Hello! I am your AI Calibration Expert, specialized in pharmaceutical manufacturing processes. I'm here to help you with technical guidance on calibration procedures, quality control, and system optimization. How can I assist you today?",
63
+ "You are an AI Calibration Expert specialized in pharmaceutical manufacturing processes. Your role is to provide precise technical guidance on calibration procedures, quality control, and maintaining optimal performance of AI-driven pharmaceutical manufacturing systems.",
64
+ 2048,
65
+ 0.6,
66
+ 0.7
67
+ ]
68
+ ],
69
  )
70
 
71