port
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user