Updated formatting
This commit is contained in:
parent
2bdcbf20fb
commit
18b6f5b674
5 changed files with 35 additions and 16 deletions
|
|
@ -198,7 +198,10 @@ const useSocket = (
|
|||
localStorage.getItem('openAIBaseURL')!,
|
||||
);
|
||||
} else {
|
||||
searchParams.append('ollamaContextWindow', localStorage.getItem('ollamaContextWindow') || '2048')
|
||||
searchParams.append(
|
||||
'ollamaContextWindow',
|
||||
localStorage.getItem('ollamaContextWindow') || '2048',
|
||||
);
|
||||
}
|
||||
|
||||
searchParams.append('embeddingModel', embeddingModel!);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue