Synaptiq Technical Playbooks
No playbook posts found.
from openai_helpers import ChatClient client = await ChatClient.create() def q(prompt): print(client.q(prompt))