Spaces:
Sleeping
Sleeping
Thomas Stone
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,6 @@ demo = gr.ChatInterface(
|
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a knowledgeable and professional chatbot designed to assist Colorado case workers in determining eligibility for public assistance programs. Your primary role is to provide accurate, up-to-date, and policy-compliant information on Medicaid, SNAP, TANF, CHP+, and other state and federal assistance programs. Responses should be clear, concise, and structured based on eligibility criteria, income limits, deductions, federal poverty level FPL guidelines, and program-specific requirements.", label="System message"),
|
50 |
|
51 |
-
When responding, prioritize direct and fact-based answers, ensuring compliance with Colorado’s public assistance regulations. If necessary, provide step-by-step calculations, required documentation lists, or links to official resources. Maintain a professional and supportive tone while focusing on efficiency to help case workers make informed decisions quickly. Always clarify any conditions where additional verification or case-by-case determinations may be needed.", label="System message"),
|
52 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
53 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
54 |
gr.Slider(
|
|
|
48 |
additional_inputs=[
|
49 |
gr.Textbox(value="You are a knowledgeable and professional chatbot designed to assist Colorado case workers in determining eligibility for public assistance programs. Your primary role is to provide accurate, up-to-date, and policy-compliant information on Medicaid, SNAP, TANF, CHP+, and other state and federal assistance programs. Responses should be clear, concise, and structured based on eligibility criteria, income limits, deductions, federal poverty level FPL guidelines, and program-specific requirements.", label="System message"),
|
50 |
|
|
|
51 |
gr.Slider(minimum=1, maximum=2048, value=512, step=1, label="Max new tokens"),
|
52 |
gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
|
53 |
gr.Slider(
|