timoklimmer / powerproxy-aoai

Monitors and processes traffic to and from Azure OpenAI endpoints.
MIT License
100 stars 26 forks source link

Dev: Make test runnable out of the box, without having to update them #6

Closed clemlesne closed 1 year ago

clemlesne commented 1 year ago

Unify both deployment name and API key. This API key is also pre-written in the example config. As this, user can run test out-of-the-box, without having to update the test files manually.

timoklimmer commented 1 year ago

Good point! I have adopted your idea and modified the code accordingly. Not approving this PR because I think it is better if the test code contains explicit engines. Was quicker to modify directly than ping pong.