Skip to content

Commit

Permalink
fix: fixed typo in the config_template (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
adubovik authored Jul 15, 2024
1 parent c981e3e commit 4ef90b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose/local/config_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"forwardAuthToken": true,
"upstreams": [
{
"endpoint": "${REMOTE_DIAL_URL}/openai/deployments/gemini-pro-vision/chat/completions",
"endpoint": "${REMOTE_DIAL_URL}/openai/deployments/gpt-4/chat/completions",
"key": "${REMOTE_DIAL_API_KEY}"
}
]
Expand Down

0 comments on commit 4ef90b7

Please sign in to comment.