From 7bbd8fe1d89255290f5752d27f9ba766946bbfea Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 21 Oct 2024 20:20:50 +0200 Subject: [PATCH] https://ai.arti24.eu/chatgpt/ask/ Important last / --- src/app/chat-gpt/service/ai-api.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/chat-gpt/service/ai-api.service.ts b/src/app/chat-gpt/service/ai-api.service.ts index f1de594..4c13dcb 100644 --- a/src/app/chat-gpt/service/ai-api.service.ts +++ b/src/app/chat-gpt/service/ai-api.service.ts @@ -9,7 +9,7 @@ import { Sentence } from './chats'; }) export class AiApiService { - private aiApiUrl ="https://ai.arti24.eu/chatgpt/ask"; + private aiApiUrl ="https://ai.arti24.eu/chatgpt/ask/"; // private aiApiUrl = 'http://localhost:5001/chatgpt/ask'; // private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask'; // private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask';