From 068a39ef6c193bfa422e30233b5984c68268c7f5 Mon Sep 17 00:00:00 2001 From: Vincent Young Date: Wed, 10 Apr 2024 18:27:11 -0400 Subject: [PATCH] Update compose_with_lobe_chat.yaml --- compose_with_lobe_chat.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose_with_lobe_chat.yaml b/compose_with_lobe_chat.yaml index 1ee2a8a..484e284 100644 --- a/compose_with_lobe_chat.yaml +++ b/compose_with_lobe_chat.yaml @@ -10,6 +10,8 @@ services: OPENAI_API_KEY: gptyyds OPENAI_PROXY_URL: http://freegpt35:3040/v1 ACCESS_CODE: HelloGPT + depends_on: + - freegpt35 freegpt35: image: missuo/freegpt35:latest