Dumb questions/ Logs / Local gallery / Image generation #2206
Replies: 1 comment
-
hello, same error for me my CPU Flags: and curl http://localhost:8080/v1/images/generations -H "Content-Type: application/json" -d '{ {"error":{"code":500,"message":"rpc error: code = Unavailable desc = error reading from server: EOF","type":""}} no problem other generation text curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{ {"created":1729445382,"object":"chat.completion","id":"e660dac5-0e66-4c58-8060-e85b1a5bf30f","model":"llama-3.2-1b-instruct-q4_k_m.gguf","choices":[{"index":0,"finish_reason":"stop","message":{"role":"assistant","content":"\n\nIt's just a text!"}}],"usage":{"prompt_tokens":17,"completion_tokens":8,"total_tokens":25}} |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
probably I got some things wrong.
I'm new to this for a couple of days now and was happy to be able to bring German language to my AI - I love it's rants, it's very entertaining. I use it with Nextcloud.
But now for the dumb questions.
I googled for hours, but either my questions are to dumb for results or I'm too dumb to find proper results.
First: how can I read OpenAI's logs? I installed it according to homepage with docker. Now, it's in the docker container, entertains me, but I don't know how to trouble shoot.
It my very first time with docker.
Isn't it supposed to serve a website to download models on http://myip:8080 ?
I can only use API (I have set up an API key).
Wenn I point my web browser to it, there's only a notice indicating lack of my authorisation key.
Is this intended?
What would I do to access local gallery?
Or has it just the API interface out of the box?
Third dumb question is about image generation.
Although I didn't fiddle around with image generation at all, Nextcloud just shows an Assistant error an Nextcloud's log shows:
"[integration_openai] Warnung: API request error : Server error:
POST http://XXX.XXX.XXX.XXX:8080/v1/images/generations` resulted in a500 Internal Server Error
response:{"error":{"code":500,"message":"rpc error: code = Unavailable desc = error reading from server: EOF","type":""}}
`
My machine is capable of AVX2, but not AVX512.
I installed CPU version of OpenAI as it's in a docker container which is in a LXC Container on Proxmox - no GPU available.
Thanks for helping out a newbie!
Christian
Beta Was this translation helpful? Give feedback.
All reactions