epam / ai-dial-adapter-openai

The project implements AI DIAL API for language models from Azure OpenAI
https://epam-rail.com
Apache License 2.0
8 stars 4 forks source link

Support legacy completion models #112

Closed adubovik closed 3 months ago

adubovik commented 4 months ago

Support ability to connect endpoints which implement legacy /completions API.

Make sure

  1. both AzureOpenAI and vanilla OpenAI authentication are supported,
  2. streaming and non-streaming modes work

Success criteria: implement NF application via the adapter.