update: look at todo
parent
f3730c1956
commit
f3bf8f0257
|
@ -15,6 +15,7 @@
|
||||||
# Icon must end with two \r
|
# Icon must end with two \r
|
||||||
Icon
|
Icon
|
||||||
|
|
||||||
|
*.tar
|
||||||
# Thumbnails
|
# Thumbnails
|
||||||
._*
|
._*
|
||||||
|
|
||||||
|
|
|
@ -70,7 +70,7 @@ export default {
|
||||||
this.loading = true
|
this.loading = true
|
||||||
try {
|
try {
|
||||||
const { data } = await this.$axios.post(
|
const { data } = await this.$axios.post(
|
||||||
'http://localhost:8080/api/nlp/no-context/question-answering/',
|
'https://internet-ml-backend.paas.thamognya.com/api/nlp/no-context/question-answering/',
|
||||||
{
|
{
|
||||||
question: this.form.question
|
question: this.form.question
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue