mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
7 lines
99 B
Python
7 lines
99 B
Python
import simplemind
|
|
|
|
context = None
|
|
|
|
openai = simplemind.integrations.OpenAI()
|
|
print(openai.login())
|