-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hello, Thank you so much for your hard work, i have managed to set thigs up and when i visit thehttp://localhost:3030/ i can see it is up and running, the thing is though any time i use the curl command
└─$ curl -X POST http://192.168.8.150:3030/v1/google/gemini-1.5-pro
-H "Authorization: Bearer mysecretkey"
-H "Content-Type: application/json"
-d '{
"prompt": "Hello, world!",
"max_tokens": 100
}'
Internal server error
and when i check the docker logs it says contents is not iterable so im having trouble using this implementation, if you can help me out id very much appreciate it. thanks
Metadata
Metadata
Assignees
Labels
No labels