Spaces:
Sleeping
Sleeping
Change result
Browse files- app/index.js +1 -1
app/index.js
CHANGED
@@ -34,7 +34,7 @@ app.post('/v1/embeddings', async (req, res) => {
|
|
34 |
text: text
|
35 |
}
|
36 |
)
|
37 |
-
console.log()
|
38 |
|
39 |
res.json({
|
40 |
object: "list"
|
|
|
34 |
text: text
|
35 |
}
|
36 |
)
|
37 |
+
console.log(result)
|
38 |
|
39 |
res.json({
|
40 |
object: "list"
|