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

Support Azure API for agent and env models; Fix updates on langchain V0.2 #132

Merged
merged 5 commits into from
Jul 9, 2024

Conversation

ruiyiw
Copy link
Contributor

@ruiyiw ruiyiw commented Jul 7, 2024

Closes #110

πŸ“‘ Description

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

β„Ή Additional Information

@ruiyiw ruiyiw requested review from ProKil and XuhuiZhou July 7, 2024 02:12
Copy link

codecov bot commented Jul 7, 2024

Codecov Report

Attention: Patch coverage is 40.00000% with 12 lines in your changes missing coverage. Please review.

Project coverage is 61.62%. Comparing base (4559cfa) to head (3471ef3).
Report is 1 commits behind head on main.

@@            Coverage Diff             @@
##             main     #132      +/-   ##
==========================================
- Coverage   62.01%   61.62%   -0.40%     
==========================================
  Files          55       55              
  Lines        2733     2736       +3     
==========================================
- Hits         1695     1686       -9     
- Misses       1038     1050      +12     
Files Coverage Ξ”
sotopia/generation_utils/generate.py 50.77% <40.00%> (-1.04%) ⬇️

... and 5 files with indirect coverage changes

sotopia/generation_utils/generate.py Outdated Show resolved Hide resolved
sotopia/generation_utils/generate.py Outdated Show resolved Hide resolved
@ProKil
Copy link
Member

ProKil commented Jul 7, 2024

@ruiyiw let me know if you need any help resolving the mypy errors

@ProKil ProKil merged commit f53472a into main Jul 9, 2024
8 checks passed
@ProKil ProKil deleted the feature/support-custom-api-base branch July 9, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Support Azure OpenAI
2 participants