From 5e0393600002d81cef96f47c8cdfbbfbbe6a5f50 Mon Sep 17 00:00:00 2001 From: Federico Bianchi Date: Fri, 24 Jan 2025 08:03:36 -0800 Subject: [PATCH] again --- textgrad/engine_experimental/openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textgrad/engine_experimental/openai.py b/textgrad/engine_experimental/openai.py index 4d63473..21fd340 100644 --- a/textgrad/engine_experimental/openai.py +++ b/textgrad/engine_experimental/openai.py @@ -16,7 +16,7 @@ class OpenAIEngine(EngineLM): """ - OpenAIEngine is a wrapper around the OpenAI API. + OpenAIEngine is a wrapper around the OpenAI API. """ DEFAULT_SYSTEM_PROMPT = "You are a helpful, creative, and smart assistant."