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 29, 2023
1 parent 3356357 commit cbf9437
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
@@ -1,5 +1,16 @@
{
"models": [

{
"serviceName": "flow_classification",
"modelBasePath": "src/text_classification/flow_classification/local/.",
"apiBasePath": "text_classification/flow_classification/local/",
"containerPort": 8000,
"environment": {},
"nginx": [],
"constraints": ["node.role==worker"],
"build": true
},
{
"serviceName": "llm_openai_gpt4turbo",
"modelBasePath": "src/llm/openai/chatgpt4turbo_preview/.",
Expand Down

0 comments on commit cbf9437

Please sign in to comment.