Vinamra

Results 7 comments of Vinamra

Same issue, Unable to connect to OpenAI ``` 2024-03-16 08:38:17 [INFO]: ⬆️ POST /api/v1/internal-prediction/b9b72ef9-c9af-4b73-ae4e-60c86d5ca096 2024-03-16 08:39:36 [ERROR]: Connection error. Error: Connection error. at OpenAI.makeRequest (/LLMs/Flowise/node_modules/.pnpm/[email protected]/node_modules/openai/core.js:292:19) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async...

@Bramiproject @IzzyHibbert @Fanxi1992 I see this ticket is open from some time. Anyone of you able to resolve it?

Its working now. Issue was with OpenAI APIs access quota, I have to buy a plan to able to use APIs. Others pls check if you can access openAI APIs

I found the same problem, when carousel is empty and I try to add slides using slickAdd(...) Looks like calculation for _.slideOffset in below lines are wrong https://github.com/kenwheeler/slick/blob/master/slick/slick.js#L1037-L1038 _.slideOffset is...

I modified the calculation to _.slideOffset += _.slideWidth \* Math.floor((_.options.slidesToShow + 1) / 2) - _.slideWidth; This make the first slide to center align while adding through slickAdd. In centerMode...

Here is fiddle to display the center alignment issue http://jsfiddle.net/Vinni/444usgku/ Add slides one by one, 1st slide will start from left but not center. After 6th slide is added all...

Thanks, I leverage it from http://kenwheeler.github.io/slick/ source code. :) If you agree with issue, can you label this as 'bug'.