fix arch_config schema

This commit is contained in:
Adil Hafeez 2025-07-09 13:15:53 -07:00
parent 293bd14051
commit e7eb77383f
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
14 changed files with 36 additions and 73 deletions

View file

@ -9,10 +9,8 @@ listeners:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
default: true
# Arch creates a round-robin load balancing between different endpoints, managed via the cluster subsystem.

View file

@ -8,10 +8,8 @@ listeners:
timeout: 30s
llm_providers:
- name: gpt-4o
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
endpoints:
frankfurther_api:

View file

@ -9,10 +9,8 @@ listeners:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
default: true
# Arch creates a round-robin load balancing between different endpoints, managed via the cluster subsystem.

View file

@ -13,10 +13,8 @@ endpoints:
connect_timeout: 0.005s
llm_providers:
- name: gpt-4o-mini
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
default: true
system_prompt: |

View file

@ -8,10 +8,8 @@ listeners:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
default: true
# default system prompt used by all prompt targets

View file

@ -8,10 +8,8 @@ listeners:
timeout: 30s
llm_providers:
- name: gpt-4o
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
endpoints:
twelvedata_api:

View file

@ -17,15 +17,11 @@ overrides:
prompt_target_intent_matching_threshold: 0.6
llm_providers:
- name: groq
access_key: $GROQ_API_KEY
provider_interface: groq
model: llama-3.2-3b-preview
- access_key: $GROQ_API_KEY
model: groq/llama-3.2-3b-preview
- name: gpt-4o
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
default: true
system_prompt: |

View file

@ -9,9 +9,7 @@ listeners:
llm_providers:
- name: local-llama
provider_interface: openai
model: llama3.2
- model: openai/llama3.2
endpoint: host.docker.internal:11434
default: true

View file

@ -22,10 +22,8 @@ endpoints:
connect_timeout: 0.005s
llm_providers:
- name: gpt-4o-mini
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
default: true
system_prompt: |

View file

@ -85,10 +85,8 @@ system_prompt: |
Make sure your output is valid Markdown. And don't say "formatted in Markdown". Thanks!
llm_providers:
- name: openai
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
default: true
prompt_targets:

View file

@ -9,10 +9,8 @@ listeners:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
default: true
# default system prompt used by all prompt targets

View file

@ -9,10 +9,8 @@ listeners:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
access_key: $OPENAI_API_KEY
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
default: true
# default system prompt used by all prompt targets

View file

@ -30,20 +30,15 @@ endpoints:
# Centralized way to manage LLMs, manage keys, retry logic, failover and limits in a central way
llm_providers:
- name: OpenAI
provider_interface: openai
- name: openai/gpt-4o
access_key: $OPENAI_API_KEY
model: gpt-4o
model: openai/gpt-4o
default: true
- name: Mistral8x7b
provider_interface: openai
access_key: $MISTRAL_API_KEY
model: mistral-8x7b
- access_key: $MISTRAL_API_KEY
model: mistral/mistral-8x7b
- name: MistralLocal7b
provider_interface: openai
model: mistral-7b-instruct
- model: mistral/mistral-7b-instruct
endpoint: mistral_local
# provides a way to override default settings for the arch system

View file

@ -13,21 +13,15 @@ endpoints:
connect_timeout: 0.005s
llm_providers:
- name: gpt-4o-mini
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
default: true
- name: gpt-3.5-turbo-0125
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-3.5-turbo-0125
- access_key: $OPENAI_API_KEY
model: openai/gpt-3.5-turbo-0125
- name: gpt-4o
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
system_prompt: |
You are a helpful assistant.