mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-30 17:40:36 +00:00
14 lines
136 B
Python
14 lines
136 B
Python
|
|
|
|
patient_profiles = [
|
|
|
|
]
|
|
|
|
|
|
from openai import OpenAI
|
|
|
|
client = OpenAI(
|
|
api_key=XAI_API_KEY,
|
|
base_url="https://api.x.ai/v1",
|
|
)
|
|
|