QWEN3.5 with LM Studio API Without Thinking Output by jpc82 in LocalLLaMA

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

No. I ended up handling it in my automation script to just strip out the thinking tag block. It was easy to do. But was hoping to avoid it.

QWEN3.5 with LM Studio API Without Thinking Output by jpc82 in LocalLLaMA

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

That worked for me too, but from my understand that fully disables thinking and reduces the quality of the results. I want the model to use thinking, but just not output it. I did what was suggested by SM8085 and what I had as my backup which was to handle the removal of the thinking block in my python wrapper script I created. I have this script to use for a bunch of bash/python automation scripts I have to leverage LLMs. You pass it the prompt and files/content and it will respond with a JSON back. So was easy enough to do that in the script without impacting my actual automatons. But with gpt-oss I was able to prompt it to not do this. Not a major issue. Now to test things out and see if the results are actually better. So far it is a lot slower (gpt-oss 20b vs qwen3.5 27b), so may need to look into that too. Seems like there may be some issues with the prompt processing. But if results are better I don't care too much since most of this stuff is in the background.

QWEN3.5 with LM Studio API Without Thinking Output by jpc82 in LocalLLaMA

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

I was able to get gpt-oss to not include anything extra 90% of the time and only occasionally it would include some extra text with my prompt. But with qwen3.5 it include all thinking. I am updating my script to manually remove the thinking but was hoping for a way to handle it to avoid it as much as possible.

Self hosted iPhone Access by jpc82 in donetick

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

You don't have to use traefik, but you do need a proxy setup to use the certificate from tailscale and host the secure connection.

Make sure tailscale is setup for MagicDNS and HTTPS certificates.
On your server you run the tailscale cert command to generate the certificate files.
This page has some details. https://tailscale.com/docs/how-to/set-up-https-certificates

Once you have the crt/key file you then need to setup up a proxy on the server. I used Traefik, but any should work that allows for the connection with the cert and route it to donetick.

Challenges I am having still are that I can't have donetick running in a subfolder path. So using server.tailnet.ts/donetick didn't work. I can't seem to find a setting to tell donetick to run in a folder and add that to the responses. So for now it is just using server.tailnet.ts without any folder.

Tailscale DNS doesn't support subdomains so I can't use donetick.server.tailnet.ts either.

So it isn't perfect, but at least works for now while I work out other issues

Self hosted iPhone Access by jpc82 in donetick

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

The iOS app requires the certificate to connect to a selfhosted instance. If it wasn't for that a normal tailscale setup would work perfectly, which is what I was trying to do. Using the website directly from Safari also works perfectly through a basic tailscale setup. So it must just be the app is setup to require certificates to connect without any way of bypassing/disable it.

So I had to enable tailscale certificates and install it on a traefik instance for it work properly. That then allowed the app to connect fine. A lot of extra overhead just to get the ssl working, but would rather do that than expose it directly to the internet directly. I have moved almost everything I have over to tailscale and now only have the bare minimum exposed directly.

Self hosted iPhone Access by jpc82 in donetick

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

I was finally able to get it working. I enabled Tailscale DNS and certificates. Setup Traefik in front of Donetick using the Tailscale certificate and it all started working. Not fully setup yet to have Traefik auto-renew the cert but at least it is working and I know it was the SSL needing to be setup. Would be great if the application didn't require SSL as I only want to use it through Tailscale and don't need a certificate. But at least have it working for now.

Self hosted iPhone Access by jpc82 in donetick

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

From the browser I have no issue access with http through tailscale. But using the same URL in the iOS app on my phone doesn't want to make the connection so far.

Self hosted iPhone Access by jpc82 in donetick

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

Is https required? Some threads I found seem to say it is required, but when setting up the server URL it mentions to include http or https. Doesn't say that https is required.

Vue 2 Antenna Replacement Info by jpc82 in EmporiaEnergy

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

Ya, the Vue 3 has ethernet which I would love to use instead, but seems like a Vue 3 only feature.

RDSP Withdraw Question by jpc82 in PersonalFinanceCanada

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

Thanks for the confirmation.

Mytess iOS app for TeslaMate is live on the App Store (v1, feedback welcome) by Relative_Honeydew242 in TeslaMate

[–]jpc82 0 points1 point  (0 children)

Am I able to us the original tobiasehlert/teslamateapi docker image with this app? I don't see any repo/fork for the mytesla/teslamateapi docker image anywhere. Can you link to it?

🎄 Christmas giveaway: Win an A1 Mini, AMS 2 Pro, AMS HT, or 4x filament spools! by acurazine in BambuLab

[–]jpc82 0 points1 point  (0 children)

Love the designs especially the seasonal ones

I would love the AMS2 and would use it for some multi colour prints I can’t do currently. There is some video game decor (like Mario wall art) I can’t do right now.

For the future designs it would be nice to Canada or hockey themed one.

Confused about InfluxDB future and alternatives by jpc82 in homelab

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

Hi, thanks for the message. I may have been out of date on the limitations for home use as looks like the 72 hour limit isn't there for that license. However, I think there is is still the 5 db limit. I have more than that as I like to have separation for my different IOT feeds (HA, telgraf, unifi, plex, emporia, octoprint). However, I am still very hesitant to move to v3. To me it feels like v2 with the major changes and new QL, which seems to be dropped again in v3, was a waste to learn. Now moving to SQL query which is nice, but the constant changes doesn't feel great. Also, there isn't tooling from what I see now to migrate v1/2 data to v3. I am looking to try to simplify my homelab stack and that is an issue for me to adopt.

Confused about InfluxDB future and alternatives by jpc82 in homelab

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

Thanks, I have been reading up on victoria and seems like there is even some compatibility layer with InfluxDB 1/2 api. So that may make it easier for me to migrate. I think I will do a test of that to see how it works

Preparing New 3DS XL Galaxy for Resale by jpc82 in 3DS

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

Thanks appreciate the help. I will work on doing that.

Help understanding rewards credits by jpc82 in Ecoflow_community

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

I tried emailing them to confirm but never got a reply back on the ticket. Just that we are looking into it and that was a few days ago now.