10 lines
245 B
Bash
Executable file
10 lines
245 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euxo pipefail
|
|
|
|
export OPENAI_API_KEY="0118 999 881 999 119 725 3"
|
|
export OPENAI_API_BASE="http://openai.general1-model.brainiac.ai.simcop2387.info/v1"
|
|
export I_PROMISE_NOT_TO_SUE_FOR_EXCESSIVE_COSTS="Signed, ryan"
|
|
|
|
dzil xtest
|
|
|