mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
6 lines
137 B
Python
6 lines
137 B
Python
from _context import sm
|
|
|
|
r = sm.generate_text("Write a poem about the moon", llm_provider="openai", llm_model="gpt-3.5-turbo")
|
|
|
|
print(r)
|