Skip to content

Commit

Permalink
hotfix: run prompt which has been saved and run added provider to tem…
Browse files Browse the repository at this point in the history
…plate (#3351)
  • Loading branch information
kavinvalli authored Mar 1, 2025
1 parent 8b9a614 commit b0f681d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/components/templates/prompts/id/PromptEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ export default function PromptEditor(props: PromptEditorProps) {
// A. Build Helicone Template for Saving
const heliconeTemplate = {
...state.parameters,
provider: undefined, // TODO: Move provider to the prompt?
messages: state.messages,
};

Expand Down

0 comments on commit b0f681d

Please sign in to comment.