Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Amruth-Vamshi authored Nov 7, 2023
1 parent 4facfdc commit c27be72
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,17 @@
"nginx": [],
"constraints": ["node.labels.node_vm_type==gpu"],
"build": false
},
{
"serviceName": "llm_openai_gpt4",
"modelBasePath": "src/llm/openai/chatgpt4/.",
"apiBasePath": "/llm/openai/chatgpt4",
"containerPort": 8000,
"environment": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
},
"nginx": [],
"build": false
}
]
}

0 comments on commit c27be72

Please sign in to comment.