AI-QL / chat-ui

Chat UI for AI Query Layout: An All-in-One HTML File for a Streamlined Chatbot Conversational Interface
https://chat.aiql.com
Apache License 2.0
7 stars 1 forks source link

add header Fields to fix "Access to fetch" #2

Closed lopins closed 2 weeks ago

lopins commented 2 weeks ago

image

Access to fetch at 'https://integrate.api.nvidia.com/v1/chat/completions' from origin

aiqlcom commented 2 weeks ago

This isn't an issue, but a common cross-origin problem. Nvidia-NIM is a private backend, so cross-origin access is not allowed without a wildcard configuration. You need to access it through another backend and enable CORS for this backend service.

Here is a ready-to-use backend that I deployed for Nvidia-NIM:

20241006103613