mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix config files
This commit is contained in:
parent
45d4718961
commit
4a1f87b89e
1 changed files with 21 additions and 0 deletions
|
|
@ -41,6 +41,10 @@ listeners:
|
|||
name: model_1
|
||||
port: 12000
|
||||
type: model
|
||||
- address: 0.0.0.0
|
||||
name: prompt_function_listener
|
||||
port: 10000
|
||||
type: prompt
|
||||
- address: 0.0.0.0
|
||||
model_providers:
|
||||
- access_key: $OPENAI_API_KEY
|
||||
|
|
@ -93,6 +97,23 @@ model_providers:
|
|||
- model: Plano-Orchestrator
|
||||
name: plano-orchestrator
|
||||
provider_interface: arch
|
||||
prompt_targets:
|
||||
- description: Get current weather at a location.
|
||||
endpoint:
|
||||
http_method: POST
|
||||
name: app_server
|
||||
path: /weather
|
||||
name: get_current_weather
|
||||
parameters:
|
||||
- description: The location to get the weather for
|
||||
format: City, State
|
||||
name: location
|
||||
required: true
|
||||
type: string
|
||||
- description: the number of days for the request
|
||||
name: days
|
||||
required: true
|
||||
type: int
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
version: v0.3.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue