Skip to content

Commit

Permalink
Translate
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudotensor committed Mar 8, 2024
1 parent ef8c221 commit 9d4021d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradio_utils/prompt_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ def get_chatbot_name(base_model, model_path_llama, inference_server='', prompt_t
model_path_llama = model_path_llama.replace('?download=true', '')
label = f'{model_label_prefix} [Model: {model_path_llama}{inference_server}]'
else:
if base_model == 'mixtral-8x7b-32768':
base_model = 'groq:mixtral-8x7b-32768'
label = f'{model_label_prefix} [Model: {base_model}{inference_server}]'
label += label_postfix
return label
Expand Down

0 comments on commit 9d4021d

Please sign in to comment.