From e42f8f89c3710a872826ceda0c578887e7aed2e4 Mon Sep 17 00:00:00 2001 From: anbo-de Date: Wed, 3 Jan 2024 14:53:00 +0100 Subject: [PATCH] qanary-component-ned-openai-gpt: normalized name --- .../src/main/resources/config/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qanary-component-NED-OpenAI-GPT/src/main/resources/config/application.properties b/qanary-component-NED-OpenAI-GPT/src/main/resources/config/application.properties index 687d8e22..eb6c03fe 100644 --- a/qanary-component-NED-OpenAI-GPT/src/main/resources/config/application.properties +++ b/qanary-component-NED-OpenAI-GPT/src/main/resources/config/application.properties @@ -1,7 +1,7 @@ # Update the port number server.port=40132 -spring.application.name=GptBasedNamedEntityDisambiguation +spring.application.name=NED-basedOnOpenAIGpt spring.application.description=${spring.application.name} is a Qanary component for NED based on Open AI's GPT API # additional optional local properties file spring.config.import=optional:classpath:./application.local.properties