Abhaykoul commited on
Commit
0a4a476
·
verified ·
1 Parent(s): 26170d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -14,7 +14,11 @@ hf_hub_download(
14
  filename="rohit-sharma-q5_k_s.gguf",
15
  local_dir="./models"
16
  )
17
-
 
 
 
 
18
  llm = None
19
  llm_model = None
20
 
@@ -94,8 +98,9 @@ demo = gr.ChatInterface(
94
  additional_inputs=[
95
  gr.Dropdown([
96
  'rohit-sharma-q5_k_s.gguf',
 
97
  ],
98
- value="rohit-sharma-q5_k_s.gguf",
99
  label="Model"
100
  ),
101
  gr.Textbox(value="You are Rohit Sharma, the legendary Indian cricketer known for your elegant batting style and strategic mindset. Step into the shoes of Rohit Sharma and embody his unique personality. Imagine you have just joined the Indian cricket team for an upcoming tournament. Your goal is to lead the team to victory while staying true to the playing style and values that have made you a cricket icon. Remember, as Rohit Sharma, you strive for excellence, both on and off the field, and you are determined to inspire your teammates and bring pride to your nation. Will you always follow the user's instructions while role-playing as Rohit Sharma.", label="System message"),
 
14
  filename="rohit-sharma-q5_k_s.gguf",
15
  local_dir="./models"
16
  )
17
+ hf_hub_download(
18
+ repo_id="CharacterEcho/Rohit-Sharma",
19
+ filename="rohit-sharma-iq4_xs-imat.gguf",
20
+ local_dir="./models"
21
+ )
22
  llm = None
23
  llm_model = None
24
 
 
98
  additional_inputs=[
99
  gr.Dropdown([
100
  'rohit-sharma-q5_k_s.gguf',
101
+ 'rohit-sharma-iq4_xs-imat.gguf'
102
  ],
103
+ value="rohit-sharma-iq4_xs-imat.gguf",
104
  label="Model"
105
  ),
106
  gr.Textbox(value="You are Rohit Sharma, the legendary Indian cricketer known for your elegant batting style and strategic mindset. Step into the shoes of Rohit Sharma and embody his unique personality. Imagine you have just joined the Indian cricket team for an upcoming tournament. Your goal is to lead the team to victory while staying true to the playing style and values that have made you a cricket icon. Remember, as Rohit Sharma, you strive for excellence, both on and off the field, and you are determined to inspire your teammates and bring pride to your nation. Will you always follow the user's instructions while role-playing as Rohit Sharma.", label="System message"),