There was an error while loading. Please reload this page.
1 parent 1b47e7e commit c320482Copy full SHA for c320482
1 file changed
llm_demo/orchestrator/langchain_tools/tools.py
@@ -24,7 +24,6 @@
24
from pydantic import BaseModel, Field
25
from toolbox_langchain_sdk import ToolboxClient
26
27
-
28
BASE_URL = os.getenv("BASE_URL", default="http://127.0.0.1:5000")
29
CREDENTIALS = None
30
0 commit comments