memory settings implementation
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import React, { useState, useEffect } from 'react';
|
||||
import { fetchSessions, deleteSession } from '../api/orchestration';
|
||||
import { API_DEFAULTS } from '../config/constants';
|
||||
|
||||
const PAGE_SIZE = 20;
|
||||
const PAGE_SIZE = API_DEFAULTS.PAGE_SIZE;
|
||||
|
||||
export default function AllChatsView({ onSelectSession }) {
|
||||
const [sessions, setSessions] = useState([]);
|
||||
|
||||
Reference in New Issue
Block a user