coderabbit suggestions fix

This commit is contained in:
Siddhesh Agarwal
2024-10-31 12:58:00 +05:30
parent ec4f6f9c06
commit 42fc0e6bc5
9 changed files with 47 additions and 22 deletions
+9
View File
@@ -0,0 +1,9 @@
import simplemind as sm
res = sm.generate_text(
prompt="Wish you a happy Diwali!",
llm_model="gpt-4o",
llm_provider="openai",
)
print(res)