Abhaykoul commited on
Commit
44e1f43
·
verified ·
1 Parent(s): 2325906

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -10,8 +10,8 @@ from huggingface_hub import hf_hub_download
10
 
11
  # Download models
12
  hf_hub_download(
13
- repo_id="OEvortex/HelpingAI-3B-chat",
14
- filename="helpingai-3b-chat-iq4_xs-imat.gguf",
15
  local_dir="./models"
16
  )
17
  hf_hub_download(
@@ -98,12 +98,12 @@ demo = gr.ChatInterface(
98
  additional_inputs=[
99
  gr.Dropdown([
100
  'helpingai-3b-chat-q4_k_m.gguf',
101
- 'helpingai-3b-chat-iq4_xs-imat.gguf'
102
  ],
103
- value="helpingai-3b-chat-iq4_xs-imat.gguf",
104
  label="Model"
105
  ),
106
- gr.Textbox(value="You are HelpingAI a emotional AI always answer my question in HelpingAI style and to the point", label="System message"),
107
  gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Max tokens"),
108
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
109
  gr.Slider(
 
10
 
11
  # Download models
12
  hf_hub_download(
13
+ repo_id="OEvortex/HelpingAI-3B-hindi",
14
+ filename="HelpingAI-3B-hindi.Q4_K_M.gguf",
15
  local_dir="./models"
16
  )
17
  hf_hub_download(
 
98
  additional_inputs=[
99
  gr.Dropdown([
100
  'helpingai-3b-chat-q4_k_m.gguf',
101
+ 'HelpingAI-3B-hindi.Q4_K_M.gguf'
102
  ],
103
+ value="HelpingAI-3B-hindi.Q4_K_M.gguf",
104
  label="Model"
105
  ),
106
+ gr.Textbox(value=""You are HelpingAI-3B, an emotionally intelligent AI designed to provide empathetic and supportive responses in HelpingAI style.", label="System message"),
107
  gr.Slider(minimum=1, maximum=2048, value=1024, step=1, label="Max tokens"),
108
  gr.Slider(minimum=0.1, maximum=4.0, value=0.7, step=0.1, label="Temperature"),
109
  gr.Slider(