aiEvaluateImageToStar
parent
b7b168b2d0
commit
d96461aedb
|
@ -46,7 +46,7 @@ const aiEvaluateImageToStar = async (req, res) => {
|
||||||
max_tokens: 300,
|
max_tokens: 300,
|
||||||
};
|
};
|
||||||
|
|
||||||
console.log('AAAAAA')
|
// console.log('AAAAAA')
|
||||||
const openAiResponse = await axios.post(
|
const openAiResponse = await axios.post(
|
||||||
'https://api.openai.com/v1/chat/completions',
|
'https://api.openai.com/v1/chat/completions',
|
||||||
openAiPayload,
|
openAiPayload,
|
||||||
|
|
Loading…
Reference in New Issue