mirror of
https://github.com/katanemo/plano.git
synced 2026-04-27 01:36:33 +02:00
bug fix - allow image content to pass through (#539)
fixes https://github.com/katanemo/archgw/issues/535
This commit is contained in:
parent
92a425facd
commit
04c7e5a175
3 changed files with 69 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue