Skip to content

Commit a8daf7f

Browse files
committed
Fix unneeded breaks in code blocks, and markdown title formatting
Signed-off-by: Ed Lee <16417837+edlee123@users.noreply.github.com>
1 parent 5f5075e commit a8daf7f

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

  • SearchQnA/docker_compose/intel/cpu/xeon

SearchQnA/docker_compose/intel/cpu/xeon/README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ docker build --no-cache -t opea/llm-textgen:latest --build-arg https_proxy=$http
3434

3535
```bash
3636
docker build --no-cache -t opea/nginx:latest --build-arg https_proxy=$https_proxy --build-arg http_proxy=$http_proxy -f comps/third_parties/nginx/src/Dockerfile .
37-
3837
```
3938

4039
### 6. Build MegaService Docker Image
@@ -71,7 +70,6 @@ Then run the command `docker images`, you will have following images ready:
7170
```bash
7271
cd GenAIExamples/SearchQnA/docker_compose/
7372
```
74-
7573
Before starting the services with `docker compose`, you have to recheck the following environment variables. Create a file to store
7674
your custom environment variables.
7775

@@ -156,18 +154,18 @@ curl http://${host_ip}:3007/v1/chat/completions\
156154
-X POST \
157155
-d '{"query":"What is Deep Learning?","max_tokens":100,"top_k":10,"top_p":0.95,"typical_p":0.95,"temperature":0.01,"repetition_penalty":1.03,"stream":false}' \
158156
-H 'Content-Type: application/json'
159-
160157
```
161158

162159
## 🚀 Test MegaService
163160

164-
````bash
161+
```bash
165162
curl http://${host_ip}:3008/v1/searchqna -H "Content-Type: application/json" -d '{
166163
"messages": "What is the latest news? Give me also the source link.",
167164
"stream": "False"
168165
}'
166+
```
169167

170-
##. Access frontend
168+
## Access Frontend
171169

172170
A quick way to test the frontend with public URL is via Cloudflare TryCloudflare tunnel.
173171

@@ -178,11 +176,6 @@ wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudfla
178176
sudo dpkg -i cloudflared-linux-amd64.deb
179177

180178
cloudflared tunnel --url http://localhost:80
181-
182-
````
183-
184-
Alternatively a [gradio tunnel](https://console.cloud.intel.com/docs/tutorials/expose_app_tunnels.html) (see bottom).
185-
186179
```
187180

188-
```
181+
Alternatively a [gradio tunnel](https://console.cloud.intel.com/docs/tutorials/expose_app_tunnels.html) (see bottom).

0 commit comments

Comments
 (0)