mirror of
https://github.com/zhengkai/orca.git
synced 2026-02-04 18:22:25 +08:00
10 lines
255 B
Bash
10 lines
255 B
Bash
# shellcheck disable=SC2148
|
|
|
|
# copy it as "env.sh" and edit
|
|
|
|
export OPENAI_API_KEY="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"
|
|
export ORCA_WEB=":22035"
|
|
export ORCA_ES_ADDR="https://10.0.84.49:9200/"
|
|
export ORCA_ES_USER=""
|
|
export ORCA_ES_PASS=""
|