From 99daffa5d20e71d28917ac48dce4b9a6af544206 Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:33:13 -0300 Subject: [PATCH 1/2] Add installation command for Semantic Kernel dependencies --- Semantic/Kernel | 1 + 1 file changed, 1 insertion(+) create mode 100644 Semantic/Kernel diff --git a/Semantic/Kernel b/Semantic/Kernel new file mode 100644 index 00000000..aea80e3f --- /dev/null +++ b/Semantic/Kernel @@ -0,0 +1 @@ +pip install semantic-kernel openai opentelemetry-sdk "posthog[otel]" opentelemetry-instrumentation-openai-v2 From e56fd8440067b474d0a4dbc121fcafc478f8d685 Mon Sep 17 00:00:00 2001 From: Premiermoney <286675216+Premiermoney@users.noreply.github.com> Date: Sat, 13 Jun 2026 17:43:22 -0300 Subject: [PATCH 2/2] Initialize default client and proxy function --- default | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 default diff --git a/default b/default new file mode 100644 index 00000000..716ac934 --- /dev/null +++ b/default @@ -0,0 +1,15 @@ +global default_client + if default_customer: + configured_api_key = api_key.strip() if api_key else "" + default_client = Client( + configured_api_key, + host=host, + +def _proxy(method, *args, **kwargs): + """Crglobal default_client + if not default_client: + configured_api_key = api_key.strip() if api_key else "" + default_client = Client( + configured_api_key, + host=host, + debug=debug,