move demo functions out of model_server (#67)

* pending

* remove

* fix docker build
This commit is contained in:
Adil Hafeez 2024-09-20 14:38:10 -07:00 committed by GitHub
parent ca5c9e4824
commit 31f26ef7ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 122 additions and 50 deletions

View file

@ -27,7 +27,7 @@ prompt_targets:
- name: units
description: The units in which the weather forecast is requested.
endpoint:
cluster: weatherhost
cluster: api_server
path: /weather
system_prompt: |
You are a helpful weather forecaster. Use weater data that is provided to you. Please following following guidelines when responding to user queries:
@ -45,12 +45,8 @@ prompt_targets:
type: string
default: "false"
endpoint:
cluster: weatherhost
cluster: api_server
path: /insurance_claim_details
system_prompt: |
You are a helpful insurance claim details provider. Use insurance claim data that is provided to you. Please following following guidelines when responding to user queries:
- Use policy number to retrieve insurance claim details
clusters:
weatherhost:
address: model_server