fix: image view code modal logs
This commit is contained in:
@@ -121,11 +121,11 @@ export const OpenAIViewCode = {
|
|||||||
logcommand: 'data[0].b64_json'
|
logcommand: 'data[0].b64_json'
|
||||||
},
|
},
|
||||||
imageAdvanced: {
|
imageAdvanced: {
|
||||||
api: '/v1/images/generations',
|
api: '/v1-openai/images/generations',
|
||||||
clientType: 'images.generate',
|
clientType: 'images.generate',
|
||||||
logcommand: {
|
logcommand: {
|
||||||
python: 'json().data[0].b64_json',
|
python: "json()['data'][0]['b64_json']",
|
||||||
node: 'data[0].b64_json'
|
node: 'data.data[0].b64_json'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
rerank: {
|
rerank: {
|
||||||
|
|||||||
Reference in New Issue
Block a user