melionel / promptflow-copilot

An intelligent copilot designed for promptflow
MIT License
5 stars 0 forks source link

env example #10

Open chjinche opened 1 year ago

chjinche commented 1 year ago

image How about renaming as pfcopilot.env.example?

image by default but False looks intuitive.

Why no AOAI_API_VERSION? function calling requires 2023-07-01-preview. https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/function-calling#using-function-in-the-chat-completions-api

melionel commented 1 year ago

good naming suggestion, I have renamed to pfcopilot.env.example in commit: 5288461d008fb0972c87387843d2c6e6985615c6

As function calling is only supported in 2023-07-01-preview for now, so I hard-coded the api version to prevent user configuring the wrong one.