Fix comments

This commit is contained in:
IHaBiS02
2024-05-14 05:49:35 +09:00
parent 2d71037e9b
commit 4595a36adf

View File

@@ -495,7 +495,7 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
if(supportsInlayImage()){ if(supportsInlayImage()){
// inlay models doesn't support logit_bias // inlay models doesn't support logit_bias
// gpt-4-turbo supports both logit_bias and inlay image // OpenAI's gpt based llm model supports both logit_bias and inlay image
if(!( if(!(
aiModel.startsWith('gpt') || aiModel.startsWith('gpt') ||
(aiModel == 'reverse_proxy' && ( (aiModel == 'reverse_proxy' && (