azure-openai-aicore-cap-api
azure-openai-aicore-cap-api copied to clipboard
With AI Core as a proxy for Azure OpenAI Services, we are able to perform prompt engineering, e.g. to add more context in the form of (SAP) documents or to perform input validation. This repo serves a...
the correct payload for chat-completion looks like: ```json response = openai.ChatCompletion.create( engine="gpt-35-turbo", # replace this value with the deployment name you chose when you deployed the associated model. messages =...
Hello, I tried to do the step "05-test-deployed-service.md". But if I run my code, i always get an inference error (see screenshot below). I can not find the problem. Maybe...
The PR is fixing and updating the Reuse compliance to match the recent Reuse API Specification - we remove the dep5 file and migrate to the toml file. For more...