Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAI Preview #22364

Merged
merged 73 commits into from
Feb 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
73 commits
Select commit Hold shift + click to select a range
fe4d8be
Initial commit.
tjprescott Nov 1, 2022
72979e5
Commit OpenAI inference cadl files.
tjprescott Nov 1, 2022
537e069
use non-deprecated service decorator
glharper Nov 2, 2022
872bb29
Fixes to main
jpalvarezl Nov 2, 2022
bd6312f
Reverted changes
jpalvarezl Nov 2, 2022
06deebe
use latest cadl to sync with vs code properly
glharper Nov 3, 2022
aec3b90
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
jpalvarezl Nov 3, 2022
daa1574
cadl compilation works for authoring (but it is correct?)
glharper Nov 3, 2022
de7ee20
Cleaned up routes and model for Inference REST CADL spec
glharper Nov 4, 2022
c53edb7
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
jpalvarezl Nov 4, 2022
ed6c019
Added cadl-output to .gitignore file and removed error response
jpalvarezl Nov 4, 2022
28d0a49
Implemented polymorphic return for endpoint
jpalvarezl Nov 4, 2022
93eecd7
enable Files_Import as non-standard operation, use standard operation…
glharper Nov 7, 2022
6173424
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
jpalvarezl Nov 7, 2022
92e5ae0
Authoring CADL now emits openAPI schema almost identical to current A…
glharper Nov 7, 2022
463d23a
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
glharper Nov 7, 2022
71498b3
Empty model used for polymorphic expectation in embedding endpoint
jpalvarezl Nov 7, 2022
571dd82
Renamed models to match convention
jpalvarezl Nov 7, 2022
7f7e7cc
Renamed completions related models
jpalvarezl Nov 7, 2022
c8f5e49
Adjusted comment for embeddings body types
jpalvarezl Nov 7, 2022
a6cacda
Split up models.cadl into completions and embeddings files
jpalvarezl Nov 7, 2022
0accec7
Renamed models
jpalvarezl Nov 7, 2022
d91f220
Refactored model names
jpalvarezl Nov 7, 2022
4919eba
Removed redundants bits of model names
jpalvarezl Nov 7, 2022
479f9a1
added headers
jpalvarezl Nov 8, 2022
75c140f
Added header to correct model
jpalvarezl Nov 8, 2022
ba7ded1
break up monolithic routes and model cadl files
glharper Nov 8, 2022
afeb880
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
jpalvarezl Nov 9, 2022
7c200c3
add namespace to all models
glharper Nov 9, 2022
5bc2b16
Removed gitIgnore file and changed files to not have domain related n…
jpalvarezl Nov 9, 2022
4184267
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
jpalvarezl Nov 9, 2022
6a9cbd1
Finished embeddings endpoint and verified against source json
jpalvarezl Nov 9, 2022
c6fef90
Verified round trip for swagger
jpalvarezl Nov 9, 2022
c5e5309
Almost done with security types
jpalvarezl Nov 9, 2022
4fc2a14
Configured correctly OAth2
jpalvarezl Nov 10, 2022
d118cf5
Add Auth and OAuth2 to service (thanks Jose!)
glharper Nov 10, 2022
7381d89
Add auth and OAuth to openapi json
glharper Nov 10, 2022
ab21cb5
Review comments
glharper Nov 10, 2022
125982a
Review comments
glharper Nov 11, 2022
c2b16df
camel casing
glharper Nov 11, 2022
f1f1906
add versionedDependency
glharper Nov 11, 2022
4ec2156
better versioning
glharper Nov 11, 2022
51ea5ef
Added the apiview emitter to OpenAI.Inference endpoints
jpalvarezl Nov 16, 2022
dbf6c4d
PR feedback for Inference endpoints
jpalvarezl Nov 16, 2022
e882fb1
Feature/cognitiveservices/openai cadl (#21574)
johanste Nov 17, 2022
9306f37
update package versions, correct camelCase warning in common
glharper Nov 29, 2022
f81c34f
remove commented out models, changed AcceptedResponse to CreatedResponse
glharper Nov 29, 2022
a74ce51
Reverted completion to use snake_casing and removed the Response and …
jpalvarezl Dec 1, 2022
0878831
reverted to snake_casing and removed Request namespace for embeddings
jpalvarezl Dec 1, 2022
8845c81
Added missing namespace declaration in embeddings
jpalvarezl Dec 1, 2022
c2c1cb0
Updated dependencies and enabled csharp emitter for Inference
jpalvarezl Dec 1, 2022
d747048
use string literals for now as enum value types (TypeDiscriminatorKno…
glharper Dec 2, 2022
196255f
Merge branch 'feature/cognitiveservices/openai-cadl' of https://githu…
glharper Dec 2, 2022
0684258
Add TODO to TypeDiscriminatorKnownValues def
glharper Dec 2, 2022
a746d1c
More specific route operation names, use snake casing for all model f…
glharper Dec 7, 2022
c8cf29c
Added more options to csharp emitter
jpalvarezl Dec 9, 2022
905a645
Simplify OpenAI inferrence models and use core (#21609)
johanste Dec 9, 2022
94c7703
Upgrade Cadl file to 0.38 for OpenAI.Authoring service (#22104)
MaryGao Jan 11, 2023
2333be8
Embedding in Azure do not support integer (#22091)
lmazuel Jan 12, 2023
ae31ea7
Fix auth in OpenAI CADL (#22191)
lmazuel Jan 13, 2023
c44c347
Change aliases to models, renamed model Embedding to EmbeddingItem to…
jpalvarezl Jan 18, 2023
24f03ea
Changed prompt into string[][]
jpalvarezl Jan 19, 2023
2d117bc
update package name (#22312)
m-nash Jan 25, 2023
54e8a8d
Archboard feedback (#22315)
lmazuel Jan 25, 2023
14f11ca
Fix operation name (#22319)
lmazuel Jan 26, 2023
a265778
Feature/openai add missing usage (#22337)
glharper Jan 28, 2023
78ba7a2
Update main.cadl (#22362)
lmazuel Jan 30, 2023
066622c
Embeddings model and field documentation and fix to models (#22368)
jpalvarezl Jan 30, 2023
df7fd3c
Removing Model from model name and removing unnecessary aliases (#22390)
jpalvarezl Jan 31, 2023
444a1a4
updated deps and added visibility decorator to deploymentId (#22417)
jpalvarezl Feb 1, 2023
90dd6f3
Made CompletionsOptions.model optional again
jpalvarezl Feb 1, 2023
2df6f2c
Removing ...Models namespace in the C# classes (#22449)
jpalvarezl Feb 3, 2023
31312c5
AOAI: fix CompletionsUsage model (#22439)
trrwilson Feb 3, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions specification/cognitiveservices/OpenAI.Authoring/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
title: AzureOpenAI
clear-output-folder: false
guessResourceKey: true
isAzureSpec: true
namespace: azure.openai.authoring
Loading