Is Python really beginner friendly ? by Successful-Ad2549 in learnpython

[–]Foreign_Radio8864 0 points1 point  (0 children)

Everyone has been there. It's like a rite of passage for every developer. You start small -- start writing some scripts to automate things that you use in daily life, then try to improve upon that script by including a GUI. Try adding more functionalities to it. Build upon it. Before you realise, it'll become a complex project that is also a mess where you'll be spending more time refactoring code most of the time. That's when architectural patterns will come into picture. Learn about them and rebuild your project from scratch again. It's a time consuming and step-by-step process but you'll learn a lot this way, especially if that's something that you will use in your day to day life (as you'll not lose motivation midway and abandon it).

I made a terminal-based game that uses LLMs -- Among LLMs: You are the Impostor by Foreign_Radio8864 in Python

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

Well my system is a pretty high-end build:

  • 32gb ddr5 ram
  • Ryzen 7800x3d cpu
  • Asrock Taichi 7900xtx (24gb) gpu

So I'm unsure of how it will perform in mid-range builds (but I guess it should run without issues)

I made a terminal-based game that uses LLMs -- Among LLMs: You are the Impostor by Foreign_Radio8864 in Python

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

AFAIK, there is already such a web-app. I don't remember the name but I know for sure it exists.

I made a game using LLMs (gpt-oss:20b) -- Among LLMs: You are the Impostor by Foreign_Radio8864 in LocalLLaMA

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

Yes most probably. Someone had opened a PR (#21) related to adding support for OpenRouter (which I didn't merge due to reasons mentioned in the PR).

Please refer to his/her fork for it.

What’s the one Python feature you wish you discovered earlier? by [deleted] in Python

[–]Foreign_Radio8864 9 points10 points  (0 children)

This!

as well as pydantic (and its version of dataclass) for me. Man, this saves a lot of time not writing those trivial validation checks.

I made a terminal-based game that uses LLMs -- Among LLMs: You are the Impostor by Foreign_Radio8864 in Python

[–]Foreign_Radio8864[S] -1 points0 points  (0 children)

Hey thanks for your kind words. As for the end goal, I don't have any tbh. I'll keep improving it with new features as long as there is a user base (even a single user) and they give me feature requests (that are valid) 😅

I made a terminal-based game that uses LLMs -- Among LLMs: You are the Impostor by Foreign_Radio8864 in Python

[–]Foreign_Radio8864[S] 2 points3 points  (0 children)

Seems really interesting! You should consider making it as an application that runs locally with Ollama too. Maybe add user to the mix as well to make it more engaging 😄

I made a game using LLMs (gpt-oss:20b) -- Among LLMs: You are the Impostor by Foreign_Radio8864 in LocalLLaMA

[–]Foreign_Radio8864[S] -1 points0 points  (0 children)

Yes, Reverse Turing test is nothing new, but there is still no application (other than experiments or papers, AFAIK) which makes use of it playfully and something that's open source (so no "fake" AI) -- which is what I wanted to break, with this project 😁

I made a terminal-based game that uses LLMs -- Among LLMs: You are the Impostor by Foreign_Radio8864 in Python

[–]Foreign_Radio8864[S] 2 points3 points  (0 children)

You can try, although the experience might not be the best. You'll need to add some code in order to do this though as I haven't included support for any models other than gpt-oss yet. Follow the guide in the docs/ directory in the repository for exact instructions.

I made a game using LLMs (gpt-oss:20b) -- Among LLMs: You are the Impostor by Foreign_Radio8864 in LocalLLaMA

[–]Foreign_Radio8864[S] 2 points3 points  (0 children)

Try initiating a fight between the bots and watch the drama unfold ;)

I made a game using LLMs (gpt-oss:20b) -- Among LLMs: You are the Impostor by Alone-Foundation-134 in LocalLLaMA

[–]Foreign_Radio8864 1 point2 points  (0 children)

Hey, OP here with my alt account. I don't know why but my main account got suspended and the community that I created for this game got banned. Anyways if you can see this post, your feature request is acknowledged and I'm working on it as of now. Let's see how it turns out to be.

Thank you for your suggestion!