We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(gptk8s) root@administrator:~# curl -v -H "Host: ${SERVICE_HOSTNAME}" -H "Content-Type: application/json" -u [email protected]:12341234 http://${INGRESS_HOST}:${INGRESS_PORT}/v2/models/llama2_7b_chat/infer -d @./NKE/data/qa/sample_text2.json
POST /v2/models/llama2_7b_chat/infer HTTP/1.1 Host: llm27c-deploy.default.example.com Authorization: Basic dXNlckBleGFtcGxlLmNvbToxMjM0MTIzNA== User-Agent: curl/7.68.0 Accept: / Content-Type: application/json Content-Length: 218
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(gptk8s) root@administrator:~# curl -v -H "Host: ${SERVICE_HOSTNAME}" -H "Content-Type: application/json" -u [email protected]:12341234 http://${INGRESS_HOST}:${INGRESS_PORT}/v2/models/llama2_7b_chat/infer -d @./NKE/data/qa/sample_text2.json
< HTTP/1.1 302 Found
< location: /dex/auth?client_id=kubeflow-oidc-authservice&redirect_uri=%2Fauthservice%2Foidc%2Fcallback&response_type=code&scope=openid+profile+email+groups&state=MTcxNDM3MzI2OXxOd3dBTkUwelJsQTNRMWxHTlZKYVNqWkpORFUzTkZwQ01sQkdWbGxFUkVsRVZWZEZVMWcxVDBSTlMwTXpWa1JaU0VKUFdqZEtUVUU9fO27vIFKshkKp9TszfeY-WAP3qNfDBqvlXUoi4bVMxRL
< set-cookie: oidc_state_csrf=MTcxNDM3MzI2OXxOd3dBTkUwelJsQTNRMWxHTlZKYVNqWkpORFUzTkZwQ01sQkdWbGxFUkVsRVZWZEZVMWcxVDBSTlMwTXpWa1JaU0VKUFdqZEtUVUU9fO27vIFKshkKp9TszfeY-WAP3qNfDBqvlXUoi4bVMxRL; Path=/; Expires=Mon, 19 Oct 2054 07:41:18 GMT; Max-Age=1200000000000
< date: Mon, 29 Apr 2024 06:47:49 GMT
< x-envoy-upstream-service-time: 4
< server: istio-envoy
< content-length: 0
<
(gptk8s) root@administrator:~#
The text was updated successfully, but these errors were encountered: