Skip to content

Commit 5650150

Browse files
authored
Update prompty-output-format.md
1 parent dd6f9f1 commit 5650150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/how-to-guides/develop-a-prompty/prompty-output-format.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ model:
2222
api: chat
2323
configuration:
2424
type: azure_openai
25+
connection: open_ai_connection
2526
azure_deployment: gpt-35-turbo-0125
2627
parameters:
2728
max_tokens: 128
@@ -267,4 +268,4 @@ result = prompty_func(first_name="John", last_name="Doh", question=question)
267268
# Type of the result is generator
268269
for item in result:
269270
print(item, end="")
270-
```
271+
```

0 commit comments

Comments
 (0)