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