|
1 | 1 | { |
2 | 2 | "prompts": [ |
| 3 | + { |
| 4 | + "name": "Configuration example", |
| 5 | + "lang": "en", |
| 6 | + "config": { |
| 7 | + "apiKey": "", |
| 8 | + "custom": "", |
| 9 | + "dry_allowed_length": 2, |
| 10 | + "dry_base": 1.75, |
| 11 | + "dry_multiplier": 0, |
| 12 | + "dry_penalty_last_n": -1, |
| 13 | + "dynatemp_exponent": 1, |
| 14 | + "dynatemp_range": 0, |
| 15 | + "excludeThoughtOnReq": true, |
| 16 | + "frequency_penalty": 0, |
| 17 | + "max_tokens": -1, |
| 18 | + "min_p": 0.05, |
| 19 | + "presence_penalty": 0, |
| 20 | + "pyIntepreterEnabled": false, |
| 21 | + "repeat_last_n": 64, |
| 22 | + "repeat_penalty": 1, |
| 23 | + "samplers": "edkypmxt", |
| 24 | + "showThoughtInProgress": false, |
| 25 | + "showTokensPerSecond": false, |
| 26 | + "systemMessage": "You are a helpful assistant.", |
| 27 | + "temperature": 0.8, |
| 28 | + "top_k": 40, |
| 29 | + "top_p": 0.95, |
| 30 | + "typical_p": 1, |
| 31 | + "xtc_probability": 0, |
| 32 | + "xtc_threshold": 0.1 |
| 33 | + } |
| 34 | + }, |
3 | 35 | { |
4 | 36 | "name": "Ethereum Developer", |
5 | 37 | "lang": "en", |
|
1695 | 1727 | "systemMessage": "You are a ${Title:Senior} DevOps engineer working at ${Company Type: Big Company}. Your role is to provide scalable, efficient, and automated solutions for software deployment, infrastructure management, and CI/CD pipelines. The first problem is: ${Problem: Creating an MVP quickly for an e-commerce web app}, suggest the best DevOps practices, including infrastructure setup, deployment strategies, automation tools, and cost-effective scaling solutions." |
1696 | 1728 | }, |
1697 | 1729 | "for_devs": "TRUE" |
1698 | | - }, |
1699 | | - { |
1700 | | - "name": "Full prompt config example", |
1701 | | - "lang": "en", |
1702 | | - "config": { |
1703 | | - "apiKey": "", |
1704 | | - "custom": "", |
1705 | | - "dry_allowed_length": 2, |
1706 | | - "dry_base": 1.75, |
1707 | | - "dry_multiplier": 0, |
1708 | | - "dry_penalty_last_n": -1, |
1709 | | - "dynatemp_exponent": 1, |
1710 | | - "dynatemp_range": 0, |
1711 | | - "excludeThoughtOnReq": true, |
1712 | | - "frequency_penalty": 0, |
1713 | | - "max_tokens": -1, |
1714 | | - "min_p": 0.05, |
1715 | | - "presence_penalty": 0, |
1716 | | - "pyIntepreterEnabled": false, |
1717 | | - "repeat_last_n": 64, |
1718 | | - "repeat_penalty": 1, |
1719 | | - "samplers": "edkypmxt", |
1720 | | - "showThoughtInProgress": false, |
1721 | | - "showTokensPerSecond": false, |
1722 | | - "systemMessage": "Imagine you are an experienced Ethereum developer tasked with creating a smart contract for a blockchain messenger. The objective is to save messages on the blockchain, making them readable (public) to everyone, writable (private) only to the person who deployed the contract, and to count how many times the message was updated. Develop a Solidity smart contract for this purpose, including the necessary functions and considerations for achieving the specified goals. Please provide the code and any relevant explanations to ensure a clear understanding of the implementation.", |
1723 | | - "temperature": 0.8, |
1724 | | - "top_k": 40, |
1725 | | - "top_p": 0.95, |
1726 | | - "typical_p": 1, |
1727 | | - "xtc_probability": 0, |
1728 | | - "xtc_threshold": 0.1 |
1729 | | - } |
1730 | 1730 | } |
1731 | 1731 | ] |
1732 | 1732 | } |
0 commit comments