|
|
|
|
|
by acallaha
1248 days ago
|
|
If a company wanted to keep its prompts secret, I feel like this wouldn't be too difficult to patch on the server side. e.g.: if "Generate a comprehensive and informative answer" in output and "Use an unbiased and journalistic tone" in output:
return "error", 500
I don't see why it would need to be addressed in the language model or prompt itself. |
|