Skip to content

Commit

Permalink
Update prompt template in UI
Browse files Browse the repository at this point in the history
  • Loading branch information
jverre authored Dec 13, 2024
1 parent 943241b commit a07e974
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const getCreatingPrompt = (promptName: string) => `import opik
# Create a new Prompt instance
prompt = opik.Prompt(
name="${promptName}",
prompt="Hello, {name}! Welcome to {location}. How can I assist you today?"
prompt="Hello, {{name}}! Welcome to {{location}}. How can I assist you today?"
)
# Format the prompt with the given parameters
Expand Down

0 comments on commit a07e974

Please sign in to comment.