Initial commit: Original Python LLMTester project

This commit is contained in:
2025-10-03 01:11:39 -04:00
commit ac5204e93a
54 changed files with 11911 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
## Test {{TEST_NUMBER}}: {{TEST_TITLE}}
*Source:* `{{SOURCE_FILENAME}}`
### Prompt:
```swift
{{PROMPT_CONTENT}}
```
{{RESPONSE_BLOCK}}
### Performance Metrics:
* **Tokens/s:** {{METRIC_TOKENS_PER_SECOND}}
* **Total Tokens:** {{METRIC_TOTAL_TOKENS}}
* **Time to First Token:** {{METRIC_TTFT}}
* **Stop Reason:** {{METRIC_STOP_REASON}}
---