Spaces:
Sleeping
Sleeping
Update function_orchestrator.py
Browse files- function_orchestrator.py +2 -2
function_orchestrator.py
CHANGED
@@ -7,12 +7,12 @@ client = anthropic.Client()
|
|
7 |
MODEL_NAME = "claude-3-sonnet-20240229"
|
8 |
|
9 |
# Define the base URL for the FastAPI service
|
10 |
-
BASE_URL = "
|
11 |
|
12 |
# Define tools
|
13 |
tools = [
|
14 |
{
|
15 |
-
"name": "get_user"
|
16 |
"description": "Looks up a user by email, phone, or username.",
|
17 |
"input_schema": {
|
18 |
"type": "object",
|
|
|
7 |
MODEL_NAME = "claude-3-sonnet-20240229"
|
8 |
|
9 |
# Define the base URL for the FastAPI service
|
10 |
+
BASE_URL = "https://huggingface.co/spaces/dwb2023/blackbird-svc:7860"
|
11 |
|
12 |
# Define tools
|
13 |
tools = [
|
14 |
{
|
15 |
+
"name": "get_user"
|
16 |
"description": "Looks up a user by email, phone, or username.",
|
17 |
"input_schema": {
|
18 |
"type": "object",
|