Update README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -13,6 +13,7 @@ tags: | |
| 13 | 
             
            - ollama
         | 
| 14 | 
             
            - llama-cpp
         | 
| 15 | 
             
            - trl
         | 
|  | |
| 16 | 
             
            ---
         | 
| 17 | 
             
            # Codepy 3B Deep Think Model File
         | 
| 18 |  | 
| @@ -31,7 +32,7 @@ tags: | |
| 31 |  | 
| 32 | 
             
            --------------------------------------------
         | 
| 33 |  | 
| 34 | 
            -
            ## <span style="color: | 
| 35 |  | 
| 36 | 
             
            ```markdown
         | 
| 37 | 
             
            # Random Password Generator
         | 
| @@ -132,4 +133,4 @@ To customize the password length, modify the `password_length` variable in the s | |
| 132 | 
             
            ## Security Notes
         | 
| 133 | 
             
            - This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
         | 
| 134 | 
             
            - The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
         | 
| 135 | 
            -
            ```
         | 
|  | |
| 13 | 
             
            - ollama
         | 
| 14 | 
             
            - llama-cpp
         | 
| 15 | 
             
            - trl
         | 
| 16 | 
            +
            - deep-think
         | 
| 17 | 
             
            ---
         | 
| 18 | 
             
            # Codepy 3B Deep Think Model File
         | 
| 19 |  | 
|  | |
| 32 |  | 
| 33 | 
             
            --------------------------------------------
         | 
| 34 |  | 
| 35 | 
            +
            ## <span style="color:red;">Sample Deepthink Inference</span>
         | 
| 36 |  | 
| 37 | 
             
            ```markdown
         | 
| 38 | 
             
            # Random Password Generator
         | 
|  | |
| 133 | 
             
            ## Security Notes
         | 
| 134 | 
             
            - This implementation uses Python's `random` module, which is suitable for general-purpose randomness. For cryptographically secure passwords, consider using the `secrets` module.
         | 
| 135 | 
             
            - The character set includes spaces for additional complexity, but you can modify the `characters` string to include other symbols (e.g., `!@#$%^&*`).
         | 
| 136 | 
            +
            ```
         | 
