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 - <