MetaGPT
MetaGPT copied to clipboard
Adding Together API to the providers
We make it possible for users of MetaGPT to use their together api and get access to the agentic features offered by MetaGPT.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
Attention: Patch coverage is 16.07143% with 94 lines in your changes missing coverage. Please review.
Project coverage is 62.31%. Comparing base (
ab846f6) to head (2415cbc). Report is 6 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| metagpt/provider/together.py | 0.00% | 92 Missing :warning: |
| metagpt/configs/llm_config.py | 66.66% | 2 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #1474 +/- ##
==========================================
- Coverage 62.59% 62.31% -0.28%
==========================================
Files 287 288 +1
Lines 17589 17697 +108
==========================================
+ Hits 11009 11028 +19
- Misses 6580 6669 +89
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We know that its api is compatible with the openai api, so in theory no new class is needed. But if I'm wrong, reopen it.