e768098d0e
tools_continuous_delivery / Private PyPI non-main branch release (push) Has been skipped
tools_continuous_delivery / Private PyPI main branch release (push) Failing after 2m42s
Publish Promptflow Doc / Build (push) Has been cancelled
Publish Promptflow Doc / Deploy (push) Has been cancelled
Flake8 Lint / flake8 (push) Has been cancelled
Spell check CI / Spell_Check (push) Has been cancelled
14 lines
552 B
YAML
14 lines
552 B
YAML
# All the values should be string type, please use "123" instead of 123 or "True" instead of True.
|
|
$schema: https://azuremlschemas.azureedge.net/promptflow/latest/OpenAIConnection.schema.json
|
|
name: open_ai_connection
|
|
type: open_ai
|
|
api_key: "<open-ai-api-key>"
|
|
organization: ""
|
|
|
|
# Note:
|
|
# The connection information will be stored in a local database with api_key encrypted for safety.
|
|
# Prompt flow will ONLY use the connection information (incl. keys) when instructed by you, e.g. manage connections, use connections to run flow etc.
|
|
|
|
|
|
|