This commit is contained in:
2026-03-19 00:56:35 +01:00
parent 2cf699c276
commit 94b7c2adcc

View File

@@ -13,7 +13,7 @@ export async function fetchHrGuestToken(): Promise<string> {
}
export async function createChat(token: string): Promise<string> {
const response = await fetch(`${BASE_URL}/api/rag/chat/new`, {
const response = await fetch(`${BASE_URL}/api/rag/chat/new?title=Portfolio%20Chat`, {
method: 'POST',
headers: {
'Content-Type': 'application/json',