expandme commited on
Commit
1a206bd
·
1 Parent(s): fa130f0

Rool them all

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, How can I help you today?"
125
  try:
126
 
127
  output = client.text_generation(
128
- promt,
129
  temperature=temp_value,#0.5
130
  max_new_tokens=3000,
131
  stream=True
 
125
  try:
126
 
127
  output = client.text_generation(
128
+ prompt,
129
  temperature=temp_value,#0.5
130
  max_new_tokens=3000,
131
  stream=True