promptgun 0.11.3 → 0.11.4
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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -96,6 +96,9 @@ setupAI({
|
|
|
96
96
|
```
|
|
97
97
|
Get your PromptGrid API key for free at <a href="https://promptgrid.ai">PromptGrid.ai</a>.
|
|
98
98
|
|
|
99
|
+
## Feedback and help
|
|
100
|
+
Post at our [feedback and help board](https://promptgun.featurebase.app/dashboard/onboarding). We **love** to hear from you 👌☀️❤️.
|
|
101
|
+
|
|
99
102
|
## Terms of use
|
|
100
103
|
By using Promptgun, some metadata of your prompt code, including the code of the callback you provide to the "completeChat" clause of a Promptgun call and where you call your prompts in your code, will be saved to the PromptGrid servers.
|
|
101
104
|
The content of individual prompt calls will not be stored in PromptGrid unless you opt in at <a href="https://promptgrid.ai/prompts">promptgrid.ai/prompts</a>.
|