[fix] 32k not displaying proparly

This commit is contained in:
kwaroran
2023-05-26 21:12:10 +09:00
parent 625bb874fb
commit d90dd63052
2 changed files with 3 additions and 1 deletions

View File

@@ -13,6 +13,8 @@
return "GPT-3.5 Turbo"
case "gpt4":
return "GPT-4"
case "gpt4_32k":
return "GPT-4 32k"
case "palm2":
return "PaLM2"
case "textgen_webui":