-
Notifications
You must be signed in to change notification settings - Fork 587
Support GPT-4V model #260
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
Merged
Merged
Support GPT-4V model #260
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
219fe86
add antiforgery header
LittleLittleCloud 9b2c1a5
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud f990f69
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud c5c60f5
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud 003946e
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud 1e9551e
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud 382ceda
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud 5938e35
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud 97e734d
Merge branch 'main' of https://github.com/Azure-Samples/azure-search-…
LittleLittleCloud 72c0d07
add gpt-4v resource in bicep
LittleLittleCloud 0ffc949
Merge branch 'main' into u/xiaoyun/1228
LittleLittleCloud aed1564
Merge branch 'main' into u/xiaoyun/1228
LittleLittleCloud af24383
update
LittleLittleCloud 16f8898
Merge branch 'u/xiaoyun/1228' of https://github.com/Azure-Samples/azu…
LittleLittleCloud 007994d
update
LittleLittleCloud d3a118a
Merge branch 'main' into u/xiaoyun/1228
LittleLittleCloud 481103e
update
LittleLittleCloud a044734
add local nuget config
LittleLittleCloud 3630c57
update
LittleLittleCloud 49cbf91
fix suggest follow up question error
LittleLittleCloud 2944152
fix bug in nuget config
LittleLittleCloud 60576d0
add aoai back
LittleLittleCloud 762f83e
update readme
LittleLittleCloud b828f5f
Merge branch 'main' into u/xiaoyun/1228
LittleLittleCloud 480a617
revert change
LittleLittleCloud c456431
update dockerFile
LittleLittleCloud File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<clear /> | ||
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" /> | ||
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" /> | ||
<add key="nuget" value="https://api.nuget.org/v3/index.json" /> | ||
</packageSources> | ||
<packageSourceMapping> | ||
<packageSource key="nuget"> | ||
<package pattern="*" /> | ||
</packageSource> | ||
</packageSourceMapping> | ||
</configuration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IEvangelist marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.