monacopilot 0.15.7 → 0.15.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -628,7 +628,7 @@ While the example in this documentation uses JavaScript/Node.js (which is recomm
|
|
|
628
628
|
- The prompt should instruct the model to return only the completion text, without any additional formatting or explanations.
|
|
629
629
|
- The completion text should be ready for direct insertion into the editor.
|
|
630
630
|
|
|
631
|
-
Check out the [prompt.ts](https://github.com/arshad-yaseen/monacopilot/blob/main/src/helpers/
|
|
631
|
+
Check out the [prompt.ts](https://github.com/arshad-yaseen/monacopilot/blob/main/src/helpers/prompt.ts) file to see how Monacopilot generates the prompt. This will give you an idea of how to structure the prompt for your LLM to achieve the best completions.
|
|
632
632
|
|
|
633
633
|
### Metadata Overview
|
|
634
634
|
|