MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

Adding Together API to the providers

Open abirharrasse opened this issue 1 year ago • 1 comments

We make it possible for users of MetaGPT to use their together api and get access to the agentic features offered by MetaGPT.

abirharrasse avatar Sep 04 '24 22:09 abirharrasse

:warning: Please install the 'codecov app svg image' 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.

codecov-commenter avatar Sep 04 '24 22:09 codecov-commenter

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.

geekan avatar Oct 20 '24 06:10 geekan