From af346e11a5f364c51b1e22a1de5c79bcbf808c07 Mon Sep 17 00:00:00 2001 From: ssp24 <62755563+ssp24@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:39:51 +0200 Subject: [PATCH] Update postBuild --- postBuild | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/postBuild b/postBuild index 20f564c..f3a730b 100644 --- a/postBuild +++ b/postBuild @@ -1,12 +1,26 @@ # postBuild -# Create jupyter_ai_config.yml with default settings -echo "openai:" >> jupyter_ai_config.yml -echo " default_llm: openai:gpt-3.5-turbo" >> jupyter_ai_config.yml -echo " default_embedding_model: openai:embed-gpt-3.5-turbo" >> jupyter_ai_config.yml +echo "Processing config.json..." +python - <