mirror of
https://github.com/katanemo/plano.git
synced 2026-05-18 13:45:15 +02:00
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-261.local>
This commit is contained in:
parent
5f3aff4922
commit
f88740582f
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
|
@ -59,11 +59,9 @@ Below is an example configuration to get you started:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
version: v0.1
|
version: v0.1
|
||||||
|
listener:
|
||||||
listen:
|
address: 127.0.0.1
|
||||||
address: 0.0.0.0 # or 127.0.0.1
|
port: 8080 #If you configure port 443, you'll need to update the listener with tls_certificates
|
||||||
port: 10000
|
|
||||||
# Defines how Arch should parse the content from application/json or text/pain Content-type in the http request
|
|
||||||
message_format: huggingface
|
message_format: huggingface
|
||||||
|
|
||||||
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
|
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
|
||||||
|
|
@ -73,10 +71,10 @@ llm_providers:
|
||||||
access_key: OPENAI_API_KEY
|
access_key: OPENAI_API_KEY
|
||||||
model: gpt-4o
|
model: gpt-4o
|
||||||
default: true
|
default: true
|
||||||
stream: true
|
|
||||||
|
|
||||||
# default system prompt used by all prompt targets
|
# default system prompt used by all prompt targets
|
||||||
system_prompt: You are a network assistant that just offers facts; not advice on manufacturers or purchasing decisions.
|
system_prompt: |
|
||||||
|
You are a network assistant that just offers facts; not advice on manufacturers or purchasing decisions.
|
||||||
|
|
||||||
prompt_targets:
|
prompt_targets:
|
||||||
- name: reboot_devices
|
- name: reboot_devices
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue