Skip to content

oatkiller/llm-sim

Repository files navigation

⚠️ DISCLAIMER: DO NOT USE THIS CODE ⚠️

Important Warning

I have never read a single line of this code. I have no idea what it does, how it works, or what it might do to your system. This code was generated by an AI assistant and has not been reviewed, tested, or verified by any human being.

Why You Should Not Use This Code

  1. No Code Review: This code has never been reviewed by a human being.
  2. No Testing: This code has never been tested for bugs, security vulnerabilities, or malicious behavior.
  3. No Verification: The functionality and purpose of this code is completely unknown.
  4. Potential Risks: Running this code could potentially:
    • Damage your system
    • Compromise your security
    • Expose your data
    • Cause unexpected behavior
    • Waste your time

What This Repository Is

This repository exists solely as a demonstration of AI-generated code. It is not intended for any practical use. The code is released into the public domain under the UNLICENSE, but this does not mean it is safe to use.

What You Should Do Instead

If you're looking for software to use:

  1. Use well-maintained, human-reviewed open source projects
  2. Read the documentation thoroughly
  3. Check for security advisories
  4. Review the code yourself
  5. Test in a safe environment first

License

This code is released into the public domain under the UNLICENSE. However, this does not mean it is safe to use. Use at your own risk - which is to say, don't use it at all.

React + TypeScript + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type-aware lint rules:

export default tseslint.config({
  extends: [
    // Remove ...tseslint.configs.recommended and replace with this
    ...tseslint.configs.recommendedTypeChecked,
    // Alternatively, use this for stricter rules
    ...tseslint.configs.strictTypeChecked,
    // Optionally, add this for stylistic rules
    ...tseslint.configs.stylisticTypeChecked,
  ],
  languageOptions: {
    // other options...
    parserOptions: {
      project: ['./tsconfig.node.json', './tsconfig.app.json'],
      tsconfigRootDir: import.meta.dirname,
    },
  },
})

You can also install eslint-plugin-react-x and eslint-plugin-react-dom for React-specific lint rules:

// eslint.config.js
import reactX from 'eslint-plugin-react-x'
import reactDom from 'eslint-plugin-react-dom'

export default tseslint.config({
  plugins: {
    // Add the react-x and react-dom plugins
    'react-x': reactX,
    'react-dom': reactDom,
  },
  rules: {
    // other rules...
    // Enable its recommended typescript rules
    ...reactX.configs['recommended-typescript'].rules,
    ...reactDom.configs.recommended.rules,
  },
})

About

llm sim game made by ai that doesn't work and isn't safe to run

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published