mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
move demo functions out of model_server (#67)
* pending * remove * fix docker build
This commit is contained in:
parent
ca5c9e4824
commit
31f26ef7ac
9 changed files with 122 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue