streaming, markdown, model selecting, and lots more
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { HttpClient } from '@triplit/client';
|
||||
import { schema } from '#triplit/schema';
|
||||
|
||||
export const httpClient = new HttpClient({
|
||||
schema,
|
||||
serverUrl: process.env.NUXT_PUBLIC_TRIPLIT_URL,
|
||||
token: process.env.TRIPLIT_SERVICE_TOKEN,
|
||||
});
|
||||
Reference in New Issue
Block a user