mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-20 00:56:26 +00:00
Chat component and service coverage
This commit is contained in:
@@ -20,7 +20,6 @@ export class ChatService {
|
||||
constructor(private http: HttpClient) {}
|
||||
|
||||
streamChat(documentId: number, prompt: string): Observable<string> {
|
||||
// use httpclient as we have withFetch
|
||||
return this.http
|
||||
.post(
|
||||
`${environment.apiBaseUrl}documents/chat/`,
|
||||
|
Reference in New Issue
Block a user