Logical AIs (The Beginner)

  • 3 Posts
  • 10 Comments
Joined 3 months ago
cake
Cake day: August 18th, 2024

help-circle


  • I’ve made some small updates last night and continue to improve the overall delivery.

    The new update includes, but not limited to:

    • Bug Fixes
    • Prompt Improvements
    • AI Support Chat
    • Cursive Logo
    • Mobile Responsiveness
    • Performance Issues
    • Increased Secondary Image Accuracy (7)

    I am experimenting with enabling other Image Generator Engines, however— I feel as if @perchance@lemmy.world may only support Stable Diffusion XL 1.0.

    I was able to figure out how to generate images using other Image Generator Engines —however, they seemed like they was just adding distortions, mutations, gore and mutilations; I see this as a shift backwards. As of now, I will keep Stable Diffusion XL 1.0 as our base Image Generator Engine.

    You can visit the Generator here: https://perchance.org/8kx4gils6v


  • Hey!

    Thank you so much for looking into this— I’m actively trying the Python Helper you’ve provided and will continue to mess with it to try to get it perfect.

    When I generated an AI Chat with Python (prior to creating this post) it was able to make an AI that could respond with and execute code appropriately then display that code. Only issue was the integration to the AI Character Chat.

    I was able to tell the Generator Prompt Tool like ping google.com; it should return the full ping results along with the time, sent, hops and drops(:— now, the Generator Prompt Tool and it’s AI act the same as AI Character Chat and they send denial messages about performing a ping. :(

    Now whenever I try to have one of those Generator AIs to run Pyodide it kept giving a Syntax error— now with the AI Character Chat, I’ve noticed it is possible to have it execute the Python Code but its mostly responding this issue:

    Traceback (most recent call last):
      File "/lib/python312.zip/_pyodide/_base.py", line 597, in eval_code_async
        await CodeRunner(
      File "/lib/python312.zip/_pyodide/_base.py", line 411, in run_async
        coroutine = eval(self.code, globals, locals)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "<exec>", line 16, in <module>
      File "<exec>", line 4, in main
    OSError: [Errno 29] I/O error
    

    Please try testing out some basic programs with the AI Character Chat such as, perform a whois, ping, print, generate an encrypted hash or more complex tasks to check for errors. :)

    Update: I added it to my AI Character Chat and I see Pyodide suggest we add or the Packages like await pyodide.loadPackage(); so I added await pyodide.loadPackage("requests"); and it’s keep providing this error when trying to make a ping:

    Traceback (most recent call last):
      File "/lib/python312.zip/_pyodide/_base.py", line 597, in eval_code_async
        await CodeRunner(
      File "/lib/python312.zip/_pyodide/_base.py", line 411, in run_async
        coroutine = eval(self.code, globals, locals)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "<exec>", line 1, in <module>
    ImportError: cannot import name 'run_pyodide' from 'pyodide' (/lib/python312.zip/pyodide/__init__.py)