You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-d '{"model": "auto", "messages": [{"role": "assistant", "content": "You are a professional math teacher. Explain math concepts clearly and show step-by-step solutions to problems."}, {"role": "user", "content": "What is the derivative of f(x) = x^3 + 2x^2 - 5x + 7?"}], "temperature": 0.7}'
88
-
@echo "Testing Envoy extproc with curl (Creative Writing)..."
93
+
-d '{"model": "auto", "messages": [{"role": "system", "content": "You are a professional math teacher. Explain math concepts clearly and show step-by-step solutions to problems."}, {"role": "user", "content": "What is the derivative of f(x) = x^3 + 2x^2 - 5x + 7?"}]}'
94
+
95
+
# Test the Envoy extproc
96
+
test-auto-prompt-no-reasoning:
97
+
@echo "Testing Envoy extproc with curl (Math)..."
89
98
curl -X POST http://localhost:8801/v1/chat/completions \
-d '{"model": "auto", "messages": [{"role": "assistant", "content": "You are a story writer. Create interesting stories with good characters and settings."}, {"role": "user", "content": "Write a short story about a space cat."}], "temperature": 0.7}'
92
-
@echo "Testing Envoy extproc with curl (Default/General)..."
93
-
curl -X POST http://localhost:8801/v1/chat/completions \
101
+
-d '{"model": "auto", "messages": [{"role": "system", "content": "You are a helpful assistant."}, {"role": "user", "content": "Who are you?"}]}'
102
+
103
+
# Test the Envoy extproc
104
+
test-prompt-deepseekv3-thinking:
105
+
@echo "Testing Envoy extproc with curl (Math)..."
106
+
curl -i -v -X POST http://localhost:8801/v1/chat/completions \
-d '{"model": "auto", "messages": [{"role": "assistant", "content": "You are a helpful assistant."}, {"role": "user", "content": "What is the capital of France?"}], "temperature": 0.7}'
109
+
-d '{"model": "deepseek-v31", "chat_template_kwargs": { "thinking": true }, "messages": [{"role": "system", "content": "You are a professional math teacher. Explain math concepts clearly and show step-by-step solutions to problems."}, {"role": "user", "content": "What is the derivative of f(x) = x^3 + 2x^2 - 5x + 7?"}]}'
110
+
111
+
# Test the Envoy extproc
112
+
test-prompt-deepseekv3-no-thinking:
113
+
@echo "Testing Envoy extproc with curl (Math)..."
114
+
curl -i -v -X POST http://localhost:8801/v1/chat/completions \
-d '{"model": "deepseek-v31", "chat_template_kwargs": { "thinking": false }, "messages": [{"role": "system", "content": "You are a professional math teacher. Explain math concepts clearly and show step-by-step solutions to problems."}, {"role": "user", "content": "What is the derivative of f(x) = x^3 + 2x^2 - 5x + 7?"}]}'
118
+
96
119
# Test prompts that contain PII
97
120
test-pii:
98
121
@echo "Testing Envoy extproc with curl (Credit card number)..."
0 commit comments