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
# without serverless offline
uvicorn main:app --reload
# with serverless offline
sls offline --noPrependStageInUrl
Test
sh test.sh
# example 1
curl -d '{"prompt":"Hello, how are you today?"}' \
-H "Content-Type: application/json" \
-X POST http://localhost:3000
# example 2
curl -d '{"prompt":"Hello, how are you today?","model":"text-davinci-002","temperature":0.5}' \
-H "Content-Type: application/json" \
-X POST http://localhost:3000