expandme commited on
Commit
d4e5672
·
1 Parent(s): 3740b2b
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ if prompt := st.chat_input(f"Hi I'm {selected_model}, How can I help you today?"
138
  formatted_request = format_promt(prompt, custom_instructions, temp_value)
139
 
140
  output = client.chat.completions.create(
141
- formated_request,
142
  temperature=temp_values,#0.5
143
  max_new_tokens=3000,
144
  stream=True
 
138
  formatted_request = format_promt(prompt, custom_instructions, temp_value)
139
 
140
  output = client.chat.completions.create(
141
+ formatted_request,
142
  temperature=temp_values,#0.5
143
  max_new_tokens=3000,
144
  stream=True