Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gautam-Rajeev authored Nov 9, 2023
1 parent edaeeea commit b892bd1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"models": [
{
"serviceName": "llm_openai_gpt4turbo",
"modelBasePath": "src/llm/openai/chatgpt4turbo_preview/.",
"apiBasePath": "/llm/openai/chatgpt4turbo_preview",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": true
},
{
"serviceName": "convo_starter",
"modelBasePath": "src/text_classification/convo_starter_orgbot/local/.",
Expand Down Expand Up @@ -195,7 +206,6 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
Expand All @@ -207,7 +217,7 @@
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": true
"build": false
}
]
}

0 comments on commit b892bd1

Please sign in to comment.