6 lines
75 B
Bash
6 lines
75 B
Bash
#!/usr/bin/env sh
|
|
|
|
export OPENAI_API_KEY="$(cat api_key)"
|
|
|
|
python3 main.py
|