diff --git a/backend/src/main/resources/application-ollama.properties b/backend/src/main/resources/application-ollama.properties index 860bf1f..b5aaec4 100644 --- a/backend/src/main/resources/application-ollama.properties +++ b/backend/src/main/resources/application-ollama.properties @@ -3,7 +3,7 @@ document-token-limit=150 embedding-token-limit=500 spring.liquibase.change-log=classpath:/dbchangelog/db.changelog-master-ollama.xml # sql model for free production use with clause that fine tuned values have to be published. -#spring.ai.ollama.chat.model=sqlcoder:15b +#spring.ai.ollama.chat.model=sqlcoder:70b-alpha-q6_K # falcon model config free production use #spring.ai.ollama.chat.model=falcon:40b # beluga model config only for non production/commercial use diff --git a/frontend/src/angular/src/app/doc-search/doc-search.component.html b/frontend/src/angular/src/app/doc-search/doc-search.component.html index e091aad..6586acd 100644 --- a/frontend/src/angular/src/app/doc-search/doc-search.component.html +++ b/frontend/src/angular/src/app/doc-search/doc-search.component.html @@ -35,18 +35,18 @@
-
The AI is working on the answer.
-
Please be patient. {{ (msWorking / 1000) | number: '1.3'}} sec.
+
The AI is working on the answer.
+
Please be patient. {{ (msWorking / 1000) | number: '1.3'}} sec.
} @if(requestFailed) { -

Ai Request Failed. Please try again.

+

Ai Request Failed. Please try again.

} @for(searchResultStr of searchResult?.resultStrings; track searchResult?.resultStrings) {