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
"messages": [{"role": "user", "content": "What is deep learning?"}],
61
57
"max_tokens": 300,
62
58
"temperature": 0.0
63
59
}'
64
60
65
-
# Find the minimum possible value of \( x^2 + y^2 \) given that \( x \) and \( y \) are real numbers satisfying \( xy(x^2 - y^2) = x^2 + y^2 \) and \( x \neq 0 \)
66
61
# Test base model inference (for comparison)
67
62
curl -X POST http://localhost:8000/v1/chat/completions \
68
63
-H "Content-Type: application/json" \
@@ -74,4 +69,4 @@ curl -X POST http://localhost:8000/v1/chat/completions \
0 commit comments