Spaces:
Running
on
Zero
Running
on
Zero
Update chatbot.py
Browse fileshuh, a silly mistake
- 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
|