added link to docs

This commit is contained in:
AndzejsP 2023-05-06 11:32:41 +03:00
parent 8b2a8415f4
commit 19ae18ec4c

View File

@ -2,6 +2,7 @@
// Author : ParisNeo
// Description :
// All websocket stuff can be found here.
// More info can be found here https://socket.io/how-to/use-with-vue
import io from 'socket.io-client';
const socket = new io(import.meta.env.VITE_GPT4ALL_API );