KingNish commited on
Commit
9c58a35
·
verified ·
1 Parent(s): 193ebc8

Update chatbot.py

Browse files

huh, a silly mistake

Files changed (1) hide show
  1. chatbot.py +0 -6
chatbot.py CHANGED
@@ -200,12 +200,6 @@ system_llava = "<|im_start|>system\nYou are OpenGPT 4o, an exceptionally capable
200
  def model_inference(
201
  user_prompt,
202
  chat_history,
203
- model_selector,
204
- decoding_strategy,
205
- temperature,
206
- max_new_tokens,
207
- repetition_penalty,
208
- top_p,
209
  web_search,
210
  ):
211
  # Define generation_args at the beginning of the function
 
200
  def model_inference(
201
  user_prompt,
202
  chat_history,
 
 
 
 
 
 
203
  web_search,
204
  ):
205
  # Define generation_args at the beginning of the function