1. private aiApiUrl ="https://ai.arti24.eu/chatgpt/ask/";
2. Default Kalkulator
This commit is contained in:
parent
7bbd8fe1d8
commit
787f62454b
|
|
@ -7,7 +7,7 @@ import { ChatGPTComponent } from './chat-gpt/chat-gpt.component';
|
||||||
export const routes: Routes = [
|
export const routes: Routes = [
|
||||||
{ path: "",
|
{ path: "",
|
||||||
title: "Kalkulator amortyzacyjny",
|
title: "Kalkulator amortyzacyjny",
|
||||||
component:ChatGPTComponent },
|
component:AssetCalculatorComponent },
|
||||||
{ path: "about-me",
|
{ path: "about-me",
|
||||||
title:"O mnie",
|
title:"O mnie",
|
||||||
component: AboutMeComponent },
|
component: AboutMeComponent },
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ import { Sentence } from './chats';
|
||||||
export class AiApiService {
|
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://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://127.0.0.1:8801/chatgpt/ask';
|
// private aiApiUrl = 'http://127.0.0.1:8801/chatgpt/ask';
|
||||||
// private aiApiUrl ="http://localhost:5001/chatgpt/ask";
|
// private aiApiUrl ="http://localhost:5001/chatgpt/ask";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue