mirror of
https://github.com/open-webui/open-webui
synced 2024-11-17 14:02:51 +00:00
commit
7ea572fdca
@ -3,7 +3,7 @@ import { WEBUI_API_BASE_URL } from '$lib/constants';
|
|||||||
export const getMemories = async (token: string) => {
|
export const getMemories = async (token: string) => {
|
||||||
let error = null;
|
let error = null;
|
||||||
|
|
||||||
const res = await fetch(`${WEBUI_API_BASE_URL}/memories`, {
|
const res = await fetch(`${WEBUI_API_BASE_URL}/memories/`, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: {
|
headers: {
|
||||||
Accept: 'application/json',
|
Accept: 'application/json',
|
||||||
|
Loading…
Reference in New Issue
Block a user