diff --git a/src/app/app.routes.ts b/src/app/app.routes.ts index 01ebc52..e461fed 100644 --- a/src/app/app.routes.ts +++ b/src/app/app.routes.ts @@ -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 }, diff --git a/src/app/chat-gpt/service/ai-api.service.ts b/src/app/chat-gpt/service/ai-api.service.ts index 4c13dcb..fd31c3f 100644 --- a/src/app/chat-gpt/service/ai-api.service.ts +++ b/src/app/chat-gpt/service/ai-api.service.ts @@ -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";