-
Set up your API keys in
.env
:OPENAI_API_KEY=your_openai_key_here OPENAI_ORG_ID=your_openai_org_id_here OPENAI_PROJECT_ID=your_openai_project_id_here CROSSMINT_SERVER_API_KEY=your_crossmint_key_here
-
Generate public/private keypair:
cd src/library python3 generate_keys.py
-
Copy the generated public/private keypair into your
.env
file:SIGNER_PRIVATE_KEY=generated_private_key_here SIGNER_ADDRESS=generated_public_key_here
-
Install required Python packages:
cd src/openai_assistant-hello-world pip3|pip install -r requirements.txt
-
From the
src/openai_assistant-hello-world
directory, run the primary agent:python3 run.py
openai_assistant-hello-world
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||