Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 382 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 382 Bytes

Installation

Install requirements

pip install -r requirements.txt

Add openai key

pf connection create -f openai.yaml --set api_key=YOUR_OPENAI_KEY

Install promptflow VS Code extension.

Start the chat

pf flow serve --source . --port 8080 --host localhost