We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db544f commit 051cdfcCopy full SHA for 051cdfc
gptme/tools/morph.py
@@ -142,8 +142,9 @@ def execute_morph(
142
143
# Call Morph via OpenRouter
144
try:
145
- # Use the openrouter/morph/morph-v2 model
146
- response = _chat_complete(messages, "openrouter/morph/morph-v2", tools=None)
+ response = _chat_complete(
+ messages, "openrouter/morph/morph-v3-fast", tools=None
147
+ )
148
except Exception as e:
149
yield Message("system", f"Error: failed Morph API call: {str(e)}")
150
return
0 commit comments