Skip to content

Commit ce6710e

Browse files
Thomas TupperThomas Tupper
authored andcommitted
refactor(config): centralize OPENAI_BASE_URL via env contract
1 parent 8d6ff0a commit ce6710e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- "8082:8082"
1818
- "6333:6333"
1919
environment:
20-
- OPENAI_BASE_URL=http://infer:8081/v1
20+
- OPENAI_BASE_URL=${OPENAI_BASE_URL}
2121
- OPENAI_API_KEY=${INFER_API_KEY}
2222
- MEM0_LLM_MODEL=${MEM0_LLM_MODEL}
2323
- MEM0_EMBED_MODEL=${MEM0_EMBED_MODEL}

0 commit comments

Comments
 (0)