Skip to content

Commit 7ae2a1c

Browse files
authored
Update LLM_inference_endpoint.md
1 parent 6703c2a commit 7ae2a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practice_examples/LLM_inference_endpoint.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ data = {
8080
'max_new_tokens': 20,
8181
},
8282
}
83-
response = requests.post('http://127.0.0.1:8080/generate', headers=headers, json=data)
83+
response = requests.post('http://mobydick.elte-dh.hu:12321/generate', headers=headers, json=data)
8484
```
8585

8686
Some functionalities are not available via the OpenAI package (nor the official Huggingface Hub Client), such as listing the available model information, or performing tokenizations, health checks, etc. Check the API documentation for more details.

0 commit comments

Comments
 (0)