faraphel
faraphel deleted branch encryption from study-faraphel/M2-PT-DRP 2025-01-27 16:06:57 +01:00
faraphel deleted branch restructure from study-faraphel/M2-PT-DRP 2025-01-27 16:06:52 +01:00
faraphel pushed to main at study-faraphel/M2-PT-DRP 2025-01-27 16:06:33 +01:00
bffd973062 Merge pull request 'Rewrote the project in Python' (#7) from python into main
0f4f74a1be replaced netifaces by psutil for better compatibility across machines
f85559e15c some interfaces where missing when checking if an address is local
a4ca2865c4 explicitly state the addess family type when checking them
88f1c4cba4 fixed an issue where if the machine had an IPv4 interface, it could sometime crash while checking if an address is local
Compare 43 commits »
faraphel merged pull request study-faraphel/M2-PT-DRP#7 2025-01-27 16:06:32 +01:00
Rewrote the project in Python
faraphel created pull request study-faraphel/M2-PT-DRP#7 2025-01-27 16:06:23 +01:00
Rewrote the project in Python
faraphel synced commits to main at faraphel/ai-server from mirror 2025-01-23 12:05:53 +01:00
decac3f150 improved ChatInterface display
faraphel synced commits to main at faraphel/ai-server from mirror 2025-01-19 19:12:02 +01:00
e833342581 stdout from the running model is now visible from the manager stdout
faraphel synced commits to main at faraphel/ai-server from mirror 2025-01-18 19:02:03 +01:00
156db5d6a1 fixed an issue where the chat interface would only show the final token of a model answer
0034c7b31a replaced the previous venv system by a conda one, allowing for better dependencies management
Compare 2 commits »
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-07 10:54:46 +01:00
0f4f74a1be replaced netifaces by psutil for better compatibility across machines
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-07 10:44:04 +01:00
f85559e15c some interfaces where missing when checking if an address is local
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-07 10:43:15 +01:00
f4a22890a9 some interfaces where missing when checking if an address is local
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-07 10:23:55 +01:00
a4ca2865c4 explicitly state the addess family type when checking them
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-07 10:17:06 +01:00
88f1c4cba4 fixed an issue where if the machine had an IPv4 interface, it could sometime crash while checking if an address is local
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-07 09:56:30 +01:00
cef9cea12c added an argument to specify the network interface to use for communication
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-05 12:46:14 +01:00
f28454c2b2 added trusted / untrusted peers mechanism
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-05 10:43:28 +01:00
84f76c0892 improve secret key storage to better resist to switching server by storing it in the role
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-05 10:06:22 +01:00
1250318de6 simplified machine role behavior
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-04 18:28:04 +01:00
1301b10259 (untested) slave shall now ask for the server secret key for symmetric communications
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-04 14:07:42 +01:00
a9fe745fd7 added todos
faraphel pushed to python at study-faraphel/M2-PT-DRP 2025-01-04 14:03:35 +01:00
c225a3e27c fixed most of the audio stuttering