-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat:add user llm config #997
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #997 +/- ##
==========================================
- Coverage 82.72% 82.67% -0.06%
==========================================
Files 224 224
Lines 13137 13144 +7
==========================================
- Hits 10868 10867 -1
- Misses 2269 2277 +8 ☔ View full report in Codecov by Sentry. |
metagpt/config2.py
Outdated
|
||
|
||
@classmethod | ||
def config(cls,config:dict): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from_llm_config(cls, llm_config: Dict):
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Features
Feature Docs
Influence
Result
Other