Netrve
Explore posts from serversNuxt and Nuxt Image not able to find uploaded images in public folder
Greetings,
I've been working on a Gallery like app and are currently facing the issue that newly uploaded images to subfolders in the /public directory are not being shown. The API on the server side can read and create downloads for them without issue, but both Nuxt, Vue Router, and Nuxt Image say the image doesn't exist. I have even added a fallback that would rewrite the images to the disk if they can't be found. So I'm kind of stumped.
Given the files exist on the drive, am I missing something? Do I have to force some refresh for the router or server? Thank you in advance!
1 replies
RRunPod
•Created by Netrve on 7/24/2024 in #⚡|serverless
How does the vLLM template provide an OAI route?
Hi, so the vLLM template provides an additional OAI compatible route. As I'm currently looking into making my own serverless template for exl2, I wondered how this was achieved as I currently don't see any description in the documentation about how to set it up and looking into the source doesn't seem to provide much more insight. If I check for
job.get("openai_route")
is that handled automatically or how would I go about adding it into the handler (or elsewhere)?8 replies