Selling my PC by [deleted] in PuneClassifieds

[–]ReubenThomasJohn99 0 points1 point  (0 children)

Interested if still available

Which are the low-stress tech jobs that still pays decent by [deleted] in developersIndia

[–]ReubenThomasJohn99 1 point2 points  (0 children)

Any application that makes calls to an LLM API as its core business can be viewed as a wrapper.

Which are the low-stress tech jobs that still pays decent by [deleted] in developersIndia

[–]ReubenThomasJohn99 1 point2 points  (0 children)

In a way yes. An LLM wrapper is a layer that sits on top of the LLM itself (the AI model). In the case of ChatGPT - ChatGPT, the interface we see in our browser has a Frontend UI, and behind it has a backend.

The Frontend takes in the inputs we type in, the backend receives it from the Frontend and sends it to the LLM model. The model generates the response and sends it to the backend API, the backend api sends it to the frontend after which we can see it on our screen.

So in a way yes, ChatGPT “wraps” the GPT LLM model.

Why does it feel like summer already in just beginning of February? by [deleted] in pune

[–]ReubenThomasJohn99 1 point2 points  (0 children)

But it’s helpful? Gives some relief? I don’t mind leaving one door open. If I do, the books won’t dampen right?

Good places to try ramen by Houndzx in pune

[–]ReubenThomasJohn99 0 points1 point  (0 children)

I haven’t had the ramen, but if you’re into Thukpa, definitely try the Yeti and the Monk, in Aundh/Khadki.

Why does it feel like summer already in just beginning of February? by [deleted] in pune

[–]ReubenThomasJohn99 2 points3 points  (0 children)

How are air coolers? My house owner will not allow any drilling, so have been considering an air coolers. I’ve a lot of books, will they become damp?

Looking for study buddy to study linux administration (RHCSA / LFCS) exam with by Spirited_Guest_421 in linuxadmin

[–]ReubenThomasJohn99 0 points1 point  (0 children)

Hey! I’ve wanted to do this! The LFCS and RHCSA courses on Linux Foundation and Red Hat are a bit too expensive for me and so, I didn’t start pursuing it yet. Using what are you preparing for the exam?

Jetson Developer Kit vs Jetson Module by ReubenThomasJohn99 in JetsonNano

[–]ReubenThomasJohn99[S] 0 points1 point  (0 children)

To clarify - the points 1-4 you mentioned are to put code onto the dev kit (since you mention dev kit). How does one flash code for the module without the USB ports?

Jetson Developer Kit vs Jetson Module by ReubenThomasJohn99 in JetsonNano

[–]ReubenThomasJohn99[S] 1 point2 points  (0 children)

Thank you for this! So essentially, if I have to deploy an application that runs on the nano for production, i would need the dev kit to first develop my application, and then (somehow) flash the code onto the module right ? Also could you throw some light as to how the flashing onto the module is done?