Skip to content

Commit be87ba6

Browse files
committed
change port for structured query service
1 parent 06433a4 commit be87ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start_structured_query_service.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cd ollama
1111
echo $! > $PID_FILE
1212

1313
cd ../structured_query
14-
uvicorn llm_service_structured_query:app --host 0.0.0.0 --port 8082 &
14+
uvicorn llm_service_structured_query:app --host 0.0.0.0 --port 8081 &
1515
echo $! > $PID_FILE
1616

1717
cd ..

0 commit comments

Comments
 (0)