OpenAI Model Configuration Steps#88
Closed
teresaqhoang wants to merge 29 commits intomicrosoft:mainfrom
Closed
Conversation
…ove beyond basic configuration
…ller needing to use the "Async" convention
Adding Relevance Slider and Send Button to QnA Chat
Remove IFileSystemConnector changes
Remove comment
Add TODO's
…deskill Users/markwallace/codeskill
1. Based on some feedback Shawn posted in another PR I think we should make CodeSkill into a sample project (GitHubExampleSkill) rather than publish it as a nuget package. I have the changes made for this.
2. Also change the messages in the UI to reflect what the sample is doing.
3. Fixes:
- Spinner working
- Disable download button while downloading
- Add a useEffect to add the response to the ChatHistory
4. One experimental change which only summarises files above a certain file size. This saves us some API calls so the .md files can be summarised in ~30 secs (as opposed to ~60 secs)
…rror_msgs Better error messages for sample 4
- Remove Code.Skill - Add File label
…m/markwallace-microsoft/semantic-kernel into users/markwallace/codeskill-todos
Undo change
…deskill-todos Fix TODO's
golden-aries
pushed a commit
to golden-aries/semantic-kernel
that referenced
this pull request
Oct 10, 2023
…oft#17 (microsoft#88) ### Motivation and Context Add ability to set Web App region in deployment - Fixes microsoft#17 ### Description This PR adds support to the `deploy-azure.ps1` and `deploy-azure.sh` files to pass through the region to deploy the Static Web App to. This will default to `westus2 and is set in the .PS1/SH files. This enables deploying all the resources to the same region, even though Static Web Apps is supported in only a few regions. The one region that all resource types are supported in is WestEurope. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] The PR follows the [Contribution Guidelines](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/copilot-chat/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄 Tests: `azure-deploy.ps1` <img width="845" alt="image" src="https://github.com/microsoft/chat-copilot/assets/7589164/dfc1412a-0d7c-4045-adc8-c07f0202adc2"> <img width="944" alt="image" src="https://github.com/microsoft/chat-copilot/assets/7589164/d6af1409-892a-44b4-a3c0-18783ae2170e"> `azure-deploy.sh` <img width="1110" alt="image" src="https://github.com/microsoft/chat-copilot/assets/7589164/4ef5abd8-6d33-4386-8254-b87af5f99aae"> <img width="969" alt="image" src="https://github.com/microsoft/chat-copilot/assets/7589164/5291a3dc-6dd3-4fc2-87ea-0da8f143cd37">
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Motivation and Context
Description
ModelConfigthat makes API call to load and populate models / deployments into dropdown using key and endpoint where applicableContribution Checklist
dotnet format