Skip to content

Commit dea09a4

Browse files
Merge branch 'main' into cursor/SOU-226-http-proxy-configuration-2375
2 parents e9f037d + 36a4176 commit dea09a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
# https://docs.sourcebot.dev/docs/configuration/environment-variables
2929

3030
postgres:
31-
image: docker.io/postgres:${POSTGRES_VERSION:-latest}
31+
image: docker.io/postgres:${POSTGRES_VERSION:-17}
3232
restart: always
3333
healthcheck:
3434
test: ["CMD-SHELL", "pg_isready -U postgres"]

docs/docs/configuration/language-model-providers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The OpenAI compatible provider allows you to use any model that is compatible wi
304304
"$schema": "https://raw.githubusercontent.com/sourcebot-dev/sourcebot/main/schemas/v3/index.json",
305305
"models": [
306306
{
307-
"provider": "openai",
307+
"provider": "openrouter",
308308
"model": "YOUR_MODEL_HERE",
309309
"displayName": "OPTIONAL_DISPLAY_NAME",
310310
"token": {

0 commit comments

Comments
 (0)