2. Default Kalkulator
This commit is contained in:
Artur 2024-10-22 12:28:49 +02:00
parent 7bbd8fe1d8
commit 787f62454b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { ChatGPTComponent } from './chat-gpt/chat-gpt.component';
export const routes: Routes = [
{ path: "",
title: "Kalkulator amortyzacyjny",
component:ChatGPTComponent },
component:AssetCalculatorComponent },
{ path: "about-me",
title:"O mnie",
component: AboutMeComponent },

View File

@ -10,7 +10,7 @@ import { Sentence } from './chats';
export class AiApiService {
private aiApiUrl ="https://ai.arti24.eu/chatgpt/ask/";
// private aiApiUrl = 'http://localhost:5001/chatgpt/ask';
// private aiApiUrl = 'http://localhost:5000/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://localhost:5001/chatgpt/ask";