Skip to content

Commit

Permalink
Merge branch 'master' of github.com:WDAqua/Qanary-question-answering-…
Browse files Browse the repository at this point in the history
…components
  • Loading branch information
anbo-de committed Jan 3, 2024
2 parents bcad662 + 8f651b6 commit 231cf29
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
MEANINGCLOUD_API_KEY: ${{ secrets.MEANINGCLOUD_API_KEY }}
TAGME_API_KEY: ${{ secrets.TAGME_API_KEY }}
TEXTRAZOR_API_KEY: ${{ secrets.TEXTRAZOR_API_KEY }}
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
steps:
- name: Configure java
uses: actions/setup-java@v4
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Update the port number
server.port=5656
server.port=40132
spring.application.name=GptBasedNamedEntityDisambiguation
spring.application.description=${spring.application.name} is a Qanary component for NED based on Open AI's GPT API
# additional optional local properties file
Expand Down
2 changes: 1 addition & 1 deletion service_config/files/ned-openai-gpt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SERVER_HOST=http://demos.swe.htwk-leipzig.de
SERVER_PORT=5656
SERVER_PORT=40132
SPRING_BOOT_ADMIN_URL=http://demos.swe.htwk-leipzig.de:40111/
SPRING_BOOT_ADMIN_CLIENT_INSTANCE_SERVICE-BASE-URL=http://demos.swe.htwk-leipzig.de:40132
OPENAI_API_KEY=API_KEY
2 changes: 1 addition & 1 deletion service_config/service_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
},
{
"mode": "dockerfile",
"port": "40132:5656",
"port": "40132:40132",
"image": "qanary/qanary-component-ned-openai-gpt",
"tag": "latest",
"files": {
Expand Down

0 comments on commit 231cf29

Please sign in to comment.