diff --git a/README.md b/README.md index 465ca82..267d5a7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ The project shows howto use Spring AI to generate answers based on a provided se In the runPostgresql.sh file are the commands to pull and run the Postgresql Docker image with vector extension locally. ## OpenAI Api key -To get the OpenAI api key you need to create a account at [https://platform.openai.com](https://platform.openai.com) and create a key in the user settings. That key has to be added in the [application.properties](https://platform.openai.com) at the key: 'spring.ai.openai.api-key'. +To get the OpenAI api key you need to create a account at [https://platform.openai.com](https://platform.openai.com) and create a key in the user settings. That key has to be added in the [application.properties](https://github.com/Angular2Guy/AIDocumentLibraryChat/blob/master/backend/src/main/resources/application.properties) at the key: 'spring.ai.openai.api-key'. As alternative it can be provided as the environment variable 'OPEN-API-KEY'. ## Setup