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';