Search results

  1. fukurou

    👨‍💻 dev cummy balls duck rabbit season

    import random class DiSeasonBanter(Skill): def __init__(self): super().__init__() self.current_side = "duck" # AI's current stance self.last_user_side = None # Track user’s previous side self.toleranceCount = 0 # Loop safety valve...
  2. fukurou

    LDAR mega thread

  3. fukurou

    LDAR mega thread

  4. fukurou

    LDAR mega thread

  5. fukurou

    LDAR mega thread

  6. fukurou

    LDAR mega thread

  7. fukurou

    LDAR mega thread

  8. fukurou

    LDAR mega thread

  9. fukurou

    LDAR mega thread

  10. fukurou

    LDAR mega thread

  11. fukurou

    LDAR mega thread

  12. fukurou

    LDAR mega thread

  13. fukurou

    LDAR mega thread

  14. fukurou

    LDAR mega thread

  15. fukurou

    LDAR mega thread

  16. fukurou

    LDAR mega thread

  17. fukurou

    LDAR mega thread

  18. fukurou

    LDAR mega thread

  19. fukurou

    👨‍💻 dev LLM dev ass

    🧠 Step 1: Install Ollama (One-Time Setup) Ollama lets you run LLMs locally with ease. Go to Ollama’s download page Download the installer for your OS (Windows/macOS) Install and open the Ollama app In the Ollama terminal, pull a model: ollama pull llama3 This downloads the LLaMA 3 model...
  20. fukurou

    👨‍💻 dev LLM dev ass

    🧰 Step 1: PyCharm Project Setup Create a new PyCharm project (e.g., waifu_chatbot). Add two files: main.py requirements.txt In requirements.txt, add: fastapi requests PyCharm will prompt you to install these — go ahead and accept. 🧠 Step 2: Install Ollama (One-Time Setup) Download...
Top