Stefan

Results 6 comments of Stefan

I was referring to the temperature configs. The default temperatures, I believe are quite high for my laptop, so I had to adjust them, but in my opinion it would...

@beudbeud , I just changed the temperature values, everything else wasn't modified as I didn't have the time to change them. If you're going to further tweak it, please upload...

@klausenbusk , I tested your sugestion. The values still reset after 5 seconds. Any ideea how make them stop resetting after 5 seconds?

output of bios ```/sys/class/dmi/id/bios_date:04/17/2019 /sys/class/dmi/id/bios_vendor:American Megatrends Inc. /sys/class/dmi/id/bios_version:UX430UNR.308 ``` I'm using all the commands listed in README ```# MSR # PL1 echo 44000000 | sudo tee /sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw # 44 watt...

The command didn't change anything

@JPaulMora @edmundman you have to bump pinecone-database to latest `npm install @pinecone-database/pinecone@latest` then change in [pinecone-client.ts](https://github.com/mayooear/gpt4-pdf-chatbot-langchain/blob/main/utils/pinecone-client.ts) ```import { Pinecone } from '@pinecone-database/pinecone'; const pc = new Pinecone({ apiKey: "YOUR_API_KEY", environment:...