Azure-Samples / openai

The repository for all Azure OpenAI Samples complementing the OpenAI cookbook.
https://aka.ms/azure-openai
MIT License
1.05k stars 353 forks source link

Migrated completions_with_dynamic_prompt.ipynb to 1.x version of openai library #110

Closed solbell2 closed 5 months ago

solbell2 commented 5 months ago

Purpose

Updated 'basic_completions_example_restapi.ipynb' to support the v1.X version Python OpenAi library instead of the old v0.X version.

Does this introduce a breaking change?

[ ] Yes
[x] No
solbell2 commented 5 months ago

Hi! I finished implementing the changes you suggested above.