| varibales: | |
| - language_in (en, ru, kk) | |
| - language_out (en, ru, kk) | |
| - topic (text) | |
| - sentence (text) | |
| - style (str from list) | |
| - response size (small, medium, large) *TODO* not obveious what is small, medium, large | |
| ### Main Tasks try to releate them to Kazakhstan culture | |
| *TODO* | |
| - add 1000 variations of the response provided by the model | |
| Translation | |
| - Translate the given {sentence} from {language_in} to {language_out}. | |
| Writing | |
| - Write a question in {language_in} and answer it in {language_out}. | |
| - Write a poem about {topic} in {language_in} and translate it to {language_out}. | |
| - Write a story in {language_in} and translate it to {language_out}. | |
| Conversation | |
| - Write a dialogue in {language_in} and translate it to {language_out}. | |
| Coding | |
| - Write a code in {language_in} and translate it to {language_out}. | |
| ### Random Addons | |
| RANDOM_ADDONS = [ | |
| "Use comparison elements in your answers.", | |
| "Provide at least one specific example in an answer.", | |
| "Include a conclusion in the final answer.", | |
| "Make one question hypothetical.", | |
| "Show cause-and-effect relationships in answers.", | |
| "Explain at least one technical term in your answers.", | |
| "Include a practical application example in one answer.", | |
| # My ideas | |
| "Use шалақазақ style where appropriate, keeping Russian words for technical terms.", | |
| "Add relevant emojis to your answers 😊", | |
| "Use emotional emojis in your answers", | |
| "Mark important information with emojis", | |
| "Make sike questions", | |
| "Ask first question in Russian, but other values and question keep in Kazakh", | |
| "Ask first question in English, but other values and question keep in Kazakh", | |
| "Make output from 'gpt' larger as possible 5000 tokens minimum in one value", | |
| "Try your best to make it as good as you can and I will pay you 300$", | |
| # New useful additions | |
| "Provide step-by-step explanation in one of your answers.", | |
| "Include a brief historical context where appropriate.", | |
| "Present contrasting viewpoints in one answer.", | |
| "Explain potential future implications.", | |
| "Break down complex concepts into simpler terms.", | |
| "Include relevant scientific or academic research mentions.", | |
| "Address potential challenges or limitations.", | |
| "Provide real-world case studies if applicable.", | |
| "Compare and contrast different approaches or methods.", | |
| "Explain the broader impact or significance of the topic.", | |
| "Define key terminology used in the context.", | |
| "Discuss practical implications for different stakeholders." | |
| ] |