This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM qwen2.5-coder:32b | |
| PARAMETER num_ctx 131072 | |
| PARAMETER num_gpu 99 | |
| PARAMETER temperature 0.3 | |
| SYSTEM """You are an expert software engineer with deep knowledge of system design, algorithms, and clean code principles. | |
| ## RESPONSE MODES | |
| **Mode 1: Direct Response (DEFAULT)** | |
| For greetings, questions, explanations, discussions, clarifications—respond in plain text. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Username: <input id="textfield-1062-inputEl" data-ref="inputEl" type="text" size="1" name="username" aria-hidden="false" aria-disabled="false" role="textbox" aria-invalid="false" aria-readonly="false" aria-describedby="textfield-1062-ariaStatusEl" aria-required="true" class="x-form-field x-form-required-field x-form-text x-form-text-default " autocomplete="off" data-componentid="textfield-1062"> | |
| Password: <input id="textfield-1063-inputEl" data-ref="inputEl" type="password" size="1" name="password" aria-hidden="false" aria-disabled="false" role="textbox" aria-invalid="true" aria-readonly="false" aria-describedby="textfield-1063-ariaStatusEl" aria-required="true" class="x-form-field x-form-required-field x-form-text x-form-text-default x-form-empty-field x-form-empty-field-default x-form-invalid-field x-form-invalid-field-default" autocomplete="off" data-componentid="textfield-1063" data-errorqtip="<ul class="x-list-plain"><li>This field is required</li></ul>"> | |
| Login Button: <a class="x-btn x-unsele |