File tree Expand file tree Collapse file tree 3 files changed +1
-11
lines changed
deployment/docker-compose Expand file tree Collapse file tree 3 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
cat << EOF > .env
4
- <<<<<<< HEAD
5
- GENAI_ENGINE_OPENAI_PROVIDER=Azure
6
- GENAI_ENGINE_OPENAI_GPT_NAMES_ENDPOINTS_KEYS=model_name::https://my_service.openai.azure.com/::my_api_key
7
- =======
8
4
GENAI_ENGINE_OPENAI_PROVIDER=OpenAI
9
5
GENAI_ENGINE_OPENAI_GPT_NAMES_ENDPOINTS_KEYS=model_name::::my_api_key
10
- >>>>>>> dev
11
6
GENAI_ENGINE_ADMIN_KEY=changeme_genai_engine_admin_key
12
7
FETCH_RAW_DATA_ENABLED=true
13
8
ARTHUR_CLIENT_ID=
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
cat << EOF > .env
4
- <<<<<<< HEAD
5
- GENAI_ENGINE_OPENAI_PROVIDER=Azure
6
- GENAI_ENGINE_OPENAI_GPT_NAMES_ENDPOINTS_KEYS=model_name::https://my_service.openai.azure.com/::my_api_key
7
- =======
8
4
GENAI_ENGINE_OPENAI_PROVIDER=OpenAI
9
5
GENAI_ENGINE_OPENAI_GPT_NAMES_ENDPOINTS_KEYS=model_name::::my_api_key
10
- >>>>>>> dev
11
6
EOF
12
7
13
8
curl -s https://raw.githubusercontent.com/arthur-ai/arthur-engine/refs/heads/main/deployment/docker-compose/genai-engine/docker-compose.yml | docker compose -f - up --pull always \
Original file line number Diff line number Diff line change 1
- 2.1.41
1
+ 2.1.41
You can’t perform that action at this time.
0 commit comments