Fixed pyproject.toml as per instruction, checkpt 1

This commit is contained in:
zoeyande2
2026-02-18 20:55:42 -05:00
parent b466b43a53
commit c931ea3abe
4 changed files with 524 additions and 8 deletions

View File

@@ -7,13 +7,13 @@
server? What are some advantages of using a program or an app which is
completely local?
I imagine that a remote server would allow for people to communicate with more robust/high powered servers from the comfort of their own low powered devices. Like the way we can access LMMs like ChatGPT from our laptops, but the actual servers for those things are HUGE. However a local program/app would be more reliable since you don't have to worry about being online or not. It would also protect against people intercepting the signals from server to device for nefarious reasons, because it's all happening locally.
2. You just ran a server on your own computer, and connected to it as a client
on the same computer. In what other situations might it be useful to run a
server on your computer, where you're the only client, on the same computer?
Maybe if you wanted to create a more user-friendly (or more aesthetically pleasing maybe) interface. This way you are seeing the polished version of the work and don't have to get tangled in the metaphorical "weeds."
## Checkpoint 2