dwb2023 commited on
Commit
3775a55
·
verified ·
1 Parent(s): 48e7fd1

Update function_orchestrator.py

Browse files
Files changed (1) hide show
  1. 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 = "http://127.0.0.1:8000"
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",