Restore poprt 5001
This commit is contained in:
parent
c16afc0a13
commit
51859763b9
|
|
@ -9,7 +9,7 @@ import { Sentence } from './chats';
|
||||||
})
|
})
|
||||||
export class AiApiService {
|
export class AiApiService {
|
||||||
|
|
||||||
private aiApiUrl = 'http://127.0.0.1:5000/chatgpt/ask';
|
private aiApiUrl = 'http://127.0.0.1:5001/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';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue