mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
lint: Comma dangle
This commit is contained in:
@ -23,7 +23,7 @@ async function getOpenAIVector(text) {
|
||||
body: JSON.stringify({
|
||||
input: text,
|
||||
model: 'text-embedding-ada-002',
|
||||
})
|
||||
}),
|
||||
});
|
||||
|
||||
if (!response.ok) {
|
||||
|
Reference in New Issue
Block a user