bug fix - allow image content to pass through (#539)

fixes https://github.com/katanemo/archgw/issues/535
This commit is contained in:
Adil Hafeez 2025-07-25 01:22:06 -07:00 committed by GitHub
parent 92a425facd
commit 04c7e5a175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 69 additions and 0 deletions

View file

@ -12,6 +12,9 @@ llm_providers:
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o-mini
- access_key: $OPENAI_API_KEY
model: openai/gpt-4.1
- access_key: $OPENAI_API_KEY
model: openai/gpt-4o
default: true