Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions app/frontend/src/locales/en/translation.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"pageTitle": "Azure OpenAI + AI Search",
"headerTitle": "Azure OpenAI + AI Search",
"pageTitle": "Conversationalize",
"headerTitle": "Conversationalize",
"chat": "Chat",
"qa": "Ask a question",
"login": "Login",
Expand All @@ -24,10 +24,10 @@
"chatEmptyStateTitle": "Chat with your data",
"chatEmptyStateSubtitle": "Ask anything or try an example",
"defaultExamples": {
"1": "What is included in my Northwind Health Plus plan that is not in standard?",
"2": "What happens in a performance review?",
"3": "What does a Product Manager do?",
"placeholder": "Type a new question (e.g. does my plan cover annual eye exams?)"
"1": "When was neura robotics formed?",
"2": "How much is European cognitive robotics automation market expected to rinse?",
"3": "What is 4NE-1prototype?",
"placeholder": "Type a new question (e.g. what is NEURA Robotics.?)"
},
"askTitle": "Ask your data",
"gpt4vExamples": {
Expand Down
20 changes: 10 additions & 10 deletions app/frontend/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ export default defineConfig({
},
server: {
proxy: {
"/content/": "http://localhost:50505",
"/auth_setup": "http://localhost:50505",
"/.auth/me": "http://localhost:50505",
"/ask": "http://localhost:50505",
"/chat": "http://localhost:50505",
"/speech": "http://localhost:50505",
"/config": "http://localhost:50505",
"/upload": "http://localhost:50505",
"/delete_uploaded": "http://localhost:50505",
"/list_uploaded": "http://localhost:50505"
"/content/": "http://127.0.0.1:50505",
"/auth_setup": "http://127.0.0.1:50505",
"/.auth/me": "http://127.0.0.1:50505",
"/ask": "http://127.0.0.1:50505",
"/chat": "http://127.0.0.1:50505",
"/speech": "http://127.0.0.1:50505",
"/config": "http://127.0.0.1:50505",
"/upload": "http://127.0.0.1:50505",
"/delete_uploaded": "http://127.0.0.1:50505",
"/list_uploaded": "http://127.0.0.1:50505"
}
}
});
Binary file removed data/Benefit_Options.pdf
Binary file not shown.
Binary file added data/Company - NEURA Robotics.pdf
Binary file not shown.
48 changes: 0 additions & 48 deletions data/Contoso_Electronics_Company_Overview.md

This file was deleted.

Binary file not shown.
Binary file not shown.
14 changes: 0 additions & 14 deletions data/Json_Examples/2189.json

This file was deleted.

14 changes: 0 additions & 14 deletions data/Json_Examples/2190.json

This file was deleted.

14 changes: 0 additions & 14 deletions data/Json_Examples/2191.json

This file was deleted.

14 changes: 0 additions & 14 deletions data/Json_Examples/2192.json

This file was deleted.

Loading
Loading