You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lilyydu opened this issue
Aug 27, 2024
· 3 comments
Assignees
Labels
JSChange/fix applies to JS. If all three, use the 'JS & dotnet & Python' labelPythonChange/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
Pull latest changes from this repo and open the sample's folder.
Comment out this code in teamsapp.local.yml:
This is to make sure you are using the latest code changes, not what is latest published code.
Add AOAI key and endpoint or OAI key to .env, .env.local.user, and update azure.bicep and azure.parameters.json with the key and/or endpoint.
.env.local.user:
.env:
azure.bicep:
Run the sample and if no problems detected, please add a checkmark with your name above. If you do come across any problems, please list details of which sample / what model(s) you used, take screencaps of the chat log, and other error messages or related context, and post them as a comment here. Feel free to put an ❌ with your name in the tasklist above.
Having more than one person per sample per LLM would be much appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
lilyydu
added
Python
Change/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
JS
Change/fix applies to JS. If all three, use the 'JS & dotnet & Python' label
labels
Aug 27, 2024
## Linked issues
closes: #minor
related: #1955
## Details
Updated ListBot, LightBot, Devops and Langchain to use tools instead of
actions.
## Attestation Checklist
- [x] My code follows the style guidelines of this project
- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (updating the
doc strings in the code is sufficient)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
- Local testing
- E2E testing in Teams
- New and existing unit tests pass locally with my changes
JSChange/fix applies to JS. If all three, use the 'JS & dotnet & Python' labelPythonChange/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
JS samples
PY samples
Directions:
teamsapp.local.yml
:This is to make sure you are using the latest code changes, not what is latest published code.
.env
,.env.local.user
, and updateazure.bicep
andazure.parameters.json
with the key and/or endpoint..env.local.user
:.env
:azure.bicep
:Having more than one person per sample per LLM would be much appreciated. Thank you!
The text was updated successfully, but these errors were encountered: