Restore poprt 5001

This commit is contained in:
Artur 2024-10-21 08:33:48 +02:00
parent c16afc0a13
commit 51859763b9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { Sentence } from './chats';
}) })
export class AiApiService { export class AiApiService {
private aiApiUrl = 'http://127.0.0.1:5000/chatgpt/ask'; private aiApiUrl = 'http://127.0.0.1:5001/chatgpt/ask';
// private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask'; // private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask';
// private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask'; // private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask';