Keswiik
Keswiik
CC#
Created by Muckelodien on 4/23/2025 in #help
convert c# to .exe
haven't heard of msty before, looks pretty comparable to lmstudio :PepoThink: nice to know
30 replies
CC#
Created by Muckelodien on 4/23/2025 in #help
convert c# to .exe
By "create a local ai", do you mean pulling down some random LLM and asking it questions? Or are you wanting to train / create something custom? Assuming the latter, it is going to be very difficult for you since: 1) ML stuff is complicated and very math heavy, if you do not know what you are doing then random YT tutorials are unlikely to help you 2) you don't know c# (i am going to assume you are a beginner to programming in general) If your goal is just to run a pre-existing language model, like llama, gemini, etc, and you have hardware capable of loading them.... take a look at LMStudio: https://lmstudio.ai/
30 replies
CC#
Created by b on 4/22/2025 in #help
✅ Sending an HTTP GET request with a JSON body and then reading it in the .NET Core Web Server
Are you getting any errors? What issues are you having?
84 replies
CC#
Created by M. Hammad on 4/15/2025 in #help
ignore this not a help question( gpt prompt that I use)
so post it in #ai-containment instead of polluting help channels with chat gpt prompts....?
12 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
:PepoSalute:
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
which can be used like <controls1:YourControlName>
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
xmlns:controls1="clr-namespace:Aggregator.UI.Dataset.Manager.Rewrite.Controls" something like this (example from one of my avalonia projects)
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
sec
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
i don't use VS with avalonia, but rider always handles the imports for me
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
probably need to make sure the correct namespace is imported
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
by changing <Button> to <FixedButton>
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
ya
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
$tias
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
I personally do not put more than 1 class in a file
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
and override those two methods and make them do nothing
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
just make a class that inherits from Button
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
not sure if that would cause any issues, but it would be very easy to test
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
could always subclass Button and override both OnKeyDown and OnKeyUp to make it ignore all button presses so it only works with mouse clicks
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
either way, that's likely the culprit
39 replies
CC#
Created by Noargh on 4/13/2025 in #help
Avalonia Issue
at least, i think it needs focus to receive key down events
39 replies