-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
import requests
url = "https://api.openmind.org/v1/chat"
headers = {"Authorization": "Bearer YOUR_KEY"}
data = {"model": "om1-large", "messages": [{"role": "user", "content": "Hi!"}]}
print(requests.post(url, headers=headers, json=data).json())
Metadata
Metadata
Assignees
Labels
No labels