more changes

This commit is contained in:
Adil Hafeez 2025-02-03 14:53:54 -08:00
parent 631d2d591f
commit 254eb42ac2
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -8,7 +8,7 @@ listener:
llm_providers:
- name: gpt-4o
access_key: $OPENAI_API_KEY1
access_key: $OPENAI_API_KEY
provider_interface: openai
model: gpt-4o
@ -33,8 +33,6 @@ prompt_targets:
endpoint:
name: frankfurther_api
path: /v1/latest?base=USD&symbols={currency_symbol}
http_headers:
Authorization: "Bearer $FRANKFURT_API_KEY"
system_prompt: |
You are a helpful assistant. Show me the currency symbol you want to convert from USD.
@ -43,8 +41,6 @@ prompt_targets:
endpoint:
name: frankfurther_api
path: /v1/currencies
http_headers:
Authorization: "Bearer $FRANKFURT_API_KEY"
endpoints:
frankfurther_api: