MagnivOrg / prompt-layer-library

🍰 PromptLayer - Maintain a log of your prompts and OpenAI API requests. Track, debug, and replay old completions.
https://www.promptlayer.com
Apache License 2.0
479 stars 42 forks source link

`promptlayer.prompts.chat.to_prompt` changes the prompt template, it should make a copy instead #36

Closed Jped closed 1 year ago

Jped commented 1 year ago

See here

We should make a deep copy of the prompt_template and then do work on that. I was using this function the other day and was confused only to realize that the dictionary is being mutated