Skip to content

Commit

Permalink
Merge pull request #185 from pamelafox/samplefixes
Browse files Browse the repository at this point in the history
Fix sample
  • Loading branch information
sethjuarez authored Feb 17, 2025
2 parents 824bc6b + 4fe6c20 commit 92c582a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions runtime/prompty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ Examples prompty file:
```markdown
---
name: Basic Prompt
description: A basic prompt that uses the GPT-3 chat API to answer questions
description: A basic prompt that uses the gpt-3.5-turbo chat API to answer questions
authors:
- sethjuarez
- jietong
model:
api: chat
configuration:
api_version: 2023-12-01-preview
api_version: 2024-10-21
azure_endpoint: ${env:AZURE_OPENAI_ENDPOINT}
azure_deployment: ${env:AZURE_OPENAI_DEPLOYMENT:gpt-35-turbo}
type: azure_openai
sample:
firstName: Jane
lastName: Doe
Expand Down

0 comments on commit 92c582a

Please sign in to comment.