mirror of https://github.com/kortix-ai/suna.git
AI: when it comes to morph api key:
this is the correct endpoint : """Python Copy Ask AI from openai import OpenAI client = OpenAI( api_key="your-morph-api-key", base_url="https://api.morphllm.com/v1" )"""
This commit is contained in:
parent
430c11ae8b
commit
09751be00b
|
@ -378,7 +378,7 @@ class SandboxFilesTool(SandboxToolsBase):
|
|||
|
||||
if morph_api_key:
|
||||
api_key = morph_api_key
|
||||
base_url = "https://api.morph.so/v1"
|
||||
base_url = "https://api.morphllm.com/v1"
|
||||
logger.debug("Using Morph API for file editing.")
|
||||
elif openrouter_key:
|
||||
api_key = openrouter_key
|
||||
|
|
Loading…
Reference in New Issue