Skip to content

Commit e7ff075

Browse files
authored
Merge pull request #194 from kaponte75/master
Add new Azure OpenAPI GPT model example
2 parents ebd0a63 + 9c55803 commit e7ff075

File tree

2 files changed

+399
-2
lines changed

2 files changed

+399
-2
lines changed

examples/README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Tasks and Services
3737
- [Modeling with Python & SAS AutoML](#modeling-with-python--sas-automl)
3838
- [Making direct REST API calls](#making-direct-rest-api-calls)
3939

40+
- [Register an Azure OpenAI GPT model using REST API calls](#register-an-azure-openai-gpt-model-using-rest-api-calls)
41+
4042
---
4143
Register binary classification models
4244
-------------------------------------
@@ -94,11 +96,11 @@ Generates a requirements.json file which includes the minimal number of dependen
9496

9597
Create and update custom model KPIs
9698
-----------------------------------
97-
Filename: [pzmm_custom_kpis.ipynb](pzmm_custom_kpis.ipynb)
99+
Filename: [pzmm_custom_kpis.ipynb](pzmm_custom_kpi_model_parameters.ipynb)
98100

99101
Level: Intermediate
100102

101-
Create and update custom model parameters and kpis on SAS Model Manager
103+
Create and update custom model parameters and kpis on SAS Model Manager.
102104

103105

104106
Register a SAS classification model
@@ -206,3 +208,11 @@ Level: Advanced
206208
Demonstrates using `sasctl` to make REST calls over HTTP(S) directly to the SAS microservices.
207209

208210
Use if you need to customize behavior or use functionality not yet exposed through higher-level `sasctl` functions.
211+
212+
Register an Azure OpenAI GPT Model Using REST API Calls
213+
--------------------------
214+
Filename: [register_Azure_OpenAI_model_using_REST_calls.ipynb](register_Azure_OpenAI_model_using_REST_calls.ipynb)
215+
216+
Level: Intermediate
217+
218+
Leverages a GPT-3.5-Turbo model from Azure OpenAI in SAS® Model Manager and SAS® Intelligent Decisioning.

0 commit comments

Comments
 (0)