Skip to content

Commit 7005df1

Browse files
authored
Merge pull request #44 from GlisseManTV/beta
Multi user feature + PPTX enhancement + add HTTP transport + fix lite llm integration
2 parents f18df54 + f040526 commit 7005df1

File tree

12 files changed

+1096
-249
lines changed

12 files changed

+1096
-249
lines changed
File renamed without changes.

Documentation/HowToConfigure.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Docker
2+
1. Pull image with wanted tag
3+
2.
4+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Hey you're looking at the HowTo file for this project.
1+
# Hey you're looking at the HowToUse file for this project.
22
Unfortunately, it's currently empty.
33
I'll fill it with useful information soon.
44
If you want to help, feel free to open a PR.
File renamed without changes.

LLM_Export/docker/mcpo/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"env": {
77
"PYTHONPATH": "/rootPath"
88
},
9+
"client_header_forwarding": {
10+
"enabled": true,
11+
"whitelist": ["authorization"],
12+
"debug_headers": true
13+
},
914
"disabled": false,
1015
"autoApprove": []
1116
}

LLM_Export/docker/mcpo/dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/open-webui/mcpo:main
1+
FROM ghcr.io/glissemantv/mcpo:main
22

33
COPY requirements.txt /tmp/requirements.txt
44

@@ -13,4 +13,4 @@ COPY templates /rootPath/templates
1313
COPY functions /rootPath/functions
1414

1515
ENTRYPOINT []
16-
CMD mcpo --type http --host 0.0.0.0 --port 8000 --config /rootPath/config.json --api-key ${MCPO_API_KEY:-top-secret}
16+
CMD mcpo --type http --host 0.0.0.0 --port 8000 --config /rootPath/config.json

0 commit comments

Comments
 (0)