fix: Unify Prompts (#254)

* remove cot
* fix prompt template
* fix pool matrix
* spiral matrix fixed
This commit is contained in:
Zafir Stojanovski 2025-03-03 21:55:53 +01:00 committed by GitHub
parent 49db4ed761
commit 01e1c8f9af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 65 additions and 354 deletions

View file

@ -11,13 +11,7 @@ A palindrome is a phrase that reads the same forwards and backwards.
If there are multiple possible answers, only respond with one of them. You must use all the letters provided.
Example:
- Input: Form a valid palindrome using the following letters: a, a, b
- Output: aba
- Explanation:
- The phrase aba reads the same forwards and backwards.
- The output answer is a valid palindrome using all the letters provided.
- The answer is a string, rather than a list of characters.
Your output should be a single string, with no spaces or punctuation.
Now, form a valid palindrome using the following letters: {letters}
"""