I am getting an error like this. Please help. #26
Nagen-Rumba
started this conversation in
General
Replies: 1 comment
-
Try doing the changes suggested by the pull request, it fixed the openAi version errors for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS C:\Users\nrumba\Downloads\Python Programming\Projects\brainrot.js\brainrot.js\generate> node localBuild.mjs
🔄 Initializing transcript.mjs module
🔄 Initializing eleven.mjs module
⭐ Starting generateTranscriptAudio with params: {
local: true,
topic: 'Jordan Peterson is being eaten by a bear and joe rogan is trying to kiss the bear',
agentA: 'JORDAN_PETERSON',
agentB: 'JOE_ROGAN',
ai: true,
duration: 1
}
📜 Getting transcript from transcriptFunction
🎬 Starting transcriptFunction with params: {
topic: 'Jordan Peterson is being eaten by a bear and joe rogan is trying to kiss the bear',
agentA: 'JORDAN_PETERSON',
agentB: 'JOE_ROGAN',
duration: 1
}
🔄 Attempt 1/5
📝 Generating transcript...
📝 Starting generateTranscript with params: {
topic: 'Jordan Peterson is being eaten by a bear and joe rogan is trying to kiss the bear',
agentA: 'JORDAN_PETERSON',
agentB: 'JOE_ROGAN',
duration: 1
}
🤖 Creating Groq chat completion...
(node:7396) [DEP0040] DeprecationWarning: The
punycode
module is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...
to show where the warning was created)✅ Chat completion received
📄 Content length: 2713
🔍 Parsing content...
✅ Valid transcript generated
📜 Transcript lines:
🖼️ Asset: man being eaten by a bear in the woods with a surprised expression
🖼️ Asset: man with a microphone trying to kiss a bear's face while the bear is eating another man
🖼️ Asset: close-up of a bear's face with a man's face in the background, partially obscured by the bear's fur
🖼️ Asset: man with a microphone, tongue out, trying to lick a bear's nose
🖼️ Asset: man being eaten by a bear, with a thought bubble above his head showing a person meditating
🖼️ Asset: man with a microphone, making out with a bear's face while the bear is eating another man
🖼️ Asset: man being eaten by a bear, with a thought bubble above his head showing a person writing in a journal
✅ Transcript generated: 7 entries
🖼️ Starting fetchValidImages
🔍 Starting fetchValidImages with params: { length: 7, ai: true, duration: 1 }
🤖 Using AI image generation
📸 Queueing image generation for transcript 0: man being eaten by a bear in the woods with a surprised expression
🎨 Starting image generation for prompt: man being eaten by a bear in the woods with a surprised expression
1️⃣ Getting AI prompt
💭 Generating image prompt for: man being eaten by a bear in the woods with a surprised expression
📸 Queueing image generation for transcript 1: man with a microphone trying to kiss a bear's face while the bear is eating another man
🎨 Starting image generation for prompt: man with a microphone trying to kiss a bear's face while the bear is eating another man
1️⃣ Getting AI prompt
💭 Generating image prompt for: man with a microphone trying to kiss a bear's face while the bear is eating another man
📸 Queueing image generation for transcript 2: close-up of a bear's face with a man's face in the background, partially obscured by the bear's fur
🎨 Starting image generation for prompt: close-up of a bear's face with a man's face in the background, partially obscured by the bear's fur
1️⃣ Getting AI prompt
💭 Generating image prompt for: close-up of a bear's face with a man's face in the background, partially obscured by the bear's fur
📸 Queueing image generation for transcript 3: man with a microphone, tongue out, trying to lick a bear's nose
🎨 Starting image generation for prompt: man with a microphone, tongue out, trying to lick a bear's nose
1️⃣ Getting AI prompt
💭 Generating image prompt for: man with a microphone, tongue out, trying to lick a bear's nose
📸 Queueing image generation for transcript 4: man being eaten by a bear, with a thought bubble above his head showing a person meditating
🎨 Starting image generation for prompt: man being eaten by a bear, with a thought bubble above his head showing a person meditating
1️⃣ Getting AI prompt
💭 Generating image prompt for: man being eaten by a bear, with a thought bubble above his head showing a person meditating
📸 Queueing image generation for transcript 5: man with a microphone, making out with a bear's face while the bear is eating another man
🎨 Starting image generation for prompt: man with a microphone, making out with a bear's face while the bear is eating another man
1️⃣ Getting AI prompt
💭 Generating image prompt for: man with a microphone, making out with a bear's face while the bear is eating another man
📸 Queueing image generation for transcript 6: man being eaten by a bear, with a thought bubble above his head showing a person writing in a journal
🎨 Starting image generation for prompt: man being eaten by a bear, with a thought bubble above his head showing a person writing in a journal
1️⃣ Getting AI prompt
💭 Generating image prompt for: man being eaten by a bear, with a thought bubble above his head showing a person writing in a journal
⏳ Waiting for all image generations to complete
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 3)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d0a237b64-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=NKFJ1t0rvcZHfn5gV5SRiE5rp9kw8ruCu.RDAbv2uDM-1732765396-1.0.1.1-lNw9iU45AyufJjLPDrbsJkhFeT98WRRom13ERlVb1zRUUrEkw_tdZTZDOJW29LlD96hJw7quddksPH7GggzPIA; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=GCwZf9o8qlxOzg5AF0n_xKHRFp5uwudcP128aQ5xZZY-1732765396783-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_b6935c48b7474d7995812f8078a77812'
},
request_id: 'req_b6935c48b7474d7995812f8078a77812',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 3)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d0a237b64-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=NKFJ1t0rvcZHfn5gV5SRiE5rp9kw8ruCu.RDAbv2uDM-1732765396-1.0.1.1-lNw9iU45AyufJjLPDrbsJkhFeT98WRRom13ERlVb1zRUUrEkw_tdZTZDOJW29LlD96hJw7quddksPH7GggzPIA; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=GCwZf9o8qlxOzg5AF0n_xKHRFp5uwudcP128aQ5xZZY-1732765396783-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_b6935c48b7474d7995812f8078a77812'
},
request_id: 'req_b6935c48b7474d7995812f8078a77812',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 0)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4cff7bd02e-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=iVw5tMXoG4B1ibnU.anNY3HaWxT8ob1y7OEGV9MeVM4-1732765396-1.0.1.1-X6W8inVLG8GHyv4fN7AeYlLrtL94N4EPSBu.7ayKZBSxwDnfp_p0OwUArlLFLKlAqHfCWRAreYKyaiUyMk_Lng; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=fEmQuKWCplVtpRqgq52jjrhMsPtYM6L3zlJjmseaWX0-1732765396787-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_203cddcc81369ade363e8c3b047dea29'
},
request_id: 'req_203cddcc81369ade363e8c3b047dea29',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 0)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4cff7bd02e-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=iVw5tMXoG4B1ibnU.anNY3HaWxT8ob1y7OEGV9MeVM4-1732765396-1.0.1.1-X6W8inVLG8GHyv4fN7AeYlLrtL94N4EPSBu.7ayKZBSxwDnfp_p0OwUArlLFLKlAqHfCWRAreYKyaiUyMk_Lng; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=fEmQuKWCplVtpRqgq52jjrhMsPtYM6L3zlJjmseaWX0-1732765396787-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_203cddcc81369ade363e8c3b047dea29'
},
request_id: 'req_203cddcc81369ade363e8c3b047dea29',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 1)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d1ec237d5-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=qHKx2uTxvHev48t56A0iNXUrOpKPBSwxodnDAxgJKQw-1732765396-1.0.1.1-b4tupn8bDzP_I1LOARyKGjrOvWUyixcULKcEuR8cR.BBq4ttioFwSUP.ZkYFr5uGYgoQfLkn1psf5L6tEOOORw; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=1ePiOyQyKd61RM6P689O74Y7Z1weZItp1K.S0HY24kw-1732765396810-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_ff9581b003b69d03b3eed531ecdf3b15'
},
request_id: 'req_ff9581b003b69d03b3eed531ecdf3b15',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 1)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d1ec237d5-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=qHKx2uTxvHev48t56A0iNXUrOpKPBSwxodnDAxgJKQw-1732765396-1.0.1.1-b4tupn8bDzP_I1LOARyKGjrOvWUyixcULKcEuR8cR.BBq4ttioFwSUP.ZkYFr5uGYgoQfLkn1psf5L6tEOOORw; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=1ePiOyQyKd61RM6P689O74Y7Z1weZItp1K.S0HY24kw-1732765396810-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_ff9581b003b69d03b3eed531ecdf3b15'
},
request_id: 'req_ff9581b003b69d03b3eed531ecdf3b15',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 6)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d09357b3a-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=1QsOk_REdWv7Taqh.Q65Uw9lE970jG1FcIzb6afsP.o-1732765396-1.0.1.1-1PxLYcpQ_dCD5en8H0Z.ug9kVTM_0tnk7t_BkOSmBCsj1qVRghFAAYm9l1xSIvkP4RVxi8SiJEuZ7IfVas_olw; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=wYEvPFvYB4v56TNUycN9MnKxRASyz_bfYmfcSIAqw7g-1732765396829-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_b56f501de2f8b6a26ec349c2439f5164'
},
request_id: 'req_b56f501de2f8b6a26ec349c2439f5164',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 6)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d09357b3a-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=1QsOk_REdWv7Taqh.Q65Uw9lE970jG1FcIzb6afsP.o-1732765396-1.0.1.1-1PxLYcpQ_dCD5en8H0Z.ug9kVTM_0tnk7t_BkOSmBCsj1qVRghFAAYm9l1xSIvkP4RVxi8SiJEuZ7IfVas_olw; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=wYEvPFvYB4v56TNUycN9MnKxRASyz_bfYmfcSIAqw7g-1732765396829-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_b56f501de2f8b6a26ec349c2439f5164'
},
request_id: 'req_b56f501de2f8b6a26ec349c2439f5164',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 2)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d1a112725-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=K7zxWJKxwLQN3TFcT66xl6.NVO630lR7rAsIh.od3do-1732765396-1.0.1.1-dsdyDNVOJz3RK8KcCuvSrhc2P2Hb85cBtXaDLx2K_AtopkiBoSSegKQEYz67tKkJNl_6iU_aHVtXU.zo5BTSnw; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=Yk6lNXdKYYHvf4dMxJLcbvJ9BJVuMco_KMgrxMEWs4M-1732765396861-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_88eb15048fd676b62939e7cf97acd4cb'
},
request_id: 'req_88eb15048fd676b62939e7cf97acd4cb',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 2)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d1a112725-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=K7zxWJKxwLQN3TFcT66xl6.NVO630lR7rAsIh.od3do-1732765396-1.0.1.1-dsdyDNVOJz3RK8KcCuvSrhc2P2Hb85cBtXaDLx2K_AtopkiBoSSegKQEYz67tKkJNl_6iU_aHVtXU.zo5BTSnw; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=Yk6lNXdKYYHvf4dMxJLcbvJ9BJVuMco_KMgrxMEWs4M-1732765396861-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_88eb15048fd676b62939e7cf97acd4cb'
},
request_id: 'req_88eb15048fd676b62939e7cf97acd4cb',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 5)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4cfcb6d026-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=Vzm6mIWPjo8m1OrWL43dAEm.c.pAIgUmRdvf23ql5og-1732765396-1.0.1.1-U_mOCDRfkwbk3lfEhnFDxQsfAztjb9Ablt8mEYQ5HCyIKQbL7Gk5NEcnNZd78tfTOkvXXOjoeBfuuG_mmLqStg; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=f65Du9osU979cwQNY6GWyOq9NWVIom1aJZDGrvFKUqM-1732765396877-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_c3ad3469ba1e6fede3e73f4467d88d9e'
},
request_id: 'req_c3ad3469ba1e6fede3e73f4467d88d9e',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 5)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4cfcb6d026-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:16 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=Vzm6mIWPjo8m1OrWL43dAEm.c.pAIgUmRdvf23ql5og-1732765396-1.0.1.1-U_mOCDRfkwbk3lfEhnFDxQsfAztjb9Ablt8mEYQ5HCyIKQbL7Gk5NEcnNZd78tfTOkvXXOjoeBfuuG_mmLqStg; path=/; expires=Thu, 28-Nov-24 04:13:16 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=f65Du9osU979cwQNY6GWyOq9NWVIom1aJZDGrvFKUqM-1732765396877-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_c3ad3469ba1e6fede3e73f4467d88d9e'
},
request_id: 'req_c3ad3469ba1e6fede3e73f4467d88d9e',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error generating prompt: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 4)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d18c7ee56-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:17 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=X6Wmd1BXZUI15uXrEe4OisqbgtnAw84_MF45CL6CTcI-1732765397-1.0.1.1-QIRuoLHeBFnNkkHAh.6RlFLRQYvH0YVe5JzWju1ggjQk9Okndtwv5uBz4YmTgqwWVZbTfPfpoczGI56g2OUPQw; path=/; expires=Thu, 28-Nov-24 04:13:17 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=WEEVpWsm1IJDDcFSDikHK13MOLN2fxqg.GY9gv1oksk-1732765397129-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_4c5e7f2397af1b77b8cc9ff08838aadd'
},
request_id: 'req_4c5e7f2397af1b77b8cc9ff08838aadd',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
❌ Error in imageGeneration: NotFoundError: 404 The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.at APIError.generate (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/error.mjs:50:20)
at OpenAI.makeStatusError (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:286:25)
at OpenAI.makeRequest (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/node_modules/openai/core.mjs:330:30)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async imagePrompt (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:282:20)
at async imageGeneneration (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:298:18)
at async Promise.all (index 4)
at async fetchValidImages (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:201:20)
at async generateTranscriptAudio (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/eleven.mjs:65:18)
at async transcribeFunction (file:///C:/Users/nrumba/Downloads/Python%20Programming/Projects/brainrot.js/brainrot.js/generate/transcribe.mjs:106:33) {
status: 404,
headers: {
'alt-svc': 'h3=":443"; ma=86400',
'cf-cache-status': 'DYNAMIC',
'cf-ray': '8e975a4d18c7ee56-BKK',
connection: 'keep-alive',
'content-encoding': 'gzip',
'content-type': 'application/json; charset=utf-8',
date: 'Thu, 28 Nov 2024 03:43:17 GMT',
server: 'cloudflare',
'set-cookie': '__cf_bm=X6Wmd1BXZUI15uXrEe4OisqbgtnAw84_MF45CL6CTcI-1732765397-1.0.1.1-QIRuoLHeBFnNkkHAh.6RlFLRQYvH0YVe5JzWju1ggjQk9Okndtwv5uBz4YmTgqwWVZbTfPfpoczGI56g2OUPQw; path=/; expires=Thu, 28-Nov-24 04:13:17 GMT; domain=.api.openai.com; HttpOnly; Secure; SameSite=None, _cfuvid=WEEVpWsm1IJDDcFSDikHK13MOLN2fxqg.GY9gv1oksk-1732765397129-0.0.1.1-604800000; path=/; domain=.api.openai.com; HttpOnly; Secure; SameSite=None',
'strict-transport-security': 'max-age=31536000; includeSubDomains; preload',
'transfer-encoding': 'chunked',
vary: 'Origin',
'x-content-type-options': 'nosniff',
'x-request-id': 'req_4c5e7f2397af1b77b8cc9ff08838aadd'
},
request_id: 'req_4c5e7f2397af1b77b8cc9ff08838aadd',
error: {
message: 'The model
ft:gpt-3.5-turbo-1106:personal::8TEhcfKm
does not exist or you do not have access to it.',type: 'invalid_request_error',
param: null,
code: 'model_not_found'
},
code: 'model_not_found',
param: null,
type: 'invalid_request_error'
}
✅ AI images generated: 7
✅ Images fetched: 7
❌ Error in generateTranscriptAudio: [Error: ENOENT: no such file or directory, open 'C:\Users\nrumba\Downloads\Python Programming\Projects\brainrot.js\brainrot.js\generate\public\voice\JORDAN_PETERSON-0.mp3'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\nrumba\Downloads\Python Programming\Projects\brainrot.js\brainrot.js\generate\public\voice\JORDAN_PETERSON-0.mp3'
}
node:internal/process/promises:394
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, open 'C:\Users\nrumba\Downloads\Python Programming\Projects\brainrot.js\brainrot.js\generate\public\voice\JORDAN_PETERSON-0.mp3'] {
errno: -4058,
code: 'ENOENT',
syscall: 'open',
path: 'C:\Users\nrumba\Downloads\Python Programming\Projects\brainrot.js\brainrot.js\generate\public\voice\JORDAN_PETERSON-0.mp3'
}
Beta Was this translation helpful? Give feedback.
All reactions