mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
[Refactor]: Add LLMRegistry for llm services (#9589)
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: Graham Neubig <neubig@gmail.com> Co-authored-by: Engel Nyst <enyst@users.noreply.github.com>
This commit is contained in:
@@ -463,7 +463,7 @@ def update_existing_pull_request(
|
||||
|
||||
# Summarize with LLM if provided
|
||||
if llm_config is not None:
|
||||
llm = LLM(llm_config)
|
||||
llm = LLM(llm_config, service_id='resolver')
|
||||
with open(
|
||||
os.path.join(
|
||||
os.path.dirname(__file__),
|
||||
|
||||
Reference in New Issue
Block a user