⚙️ Settings

Börsdata API
Configured in appsettings.json
OpenAI API
Configured in appsettings.json
Database
Configuration Instructions

How to Configure

Edit the appsettings.json file in the project root:

{ "ConnectionStrings": { "DefaultConnection": "Data Source=stocks.db" }, "BorsdataApi": { "ApiKey": "your-api-key-here", "BaseUrl": "https://apiservice.borsdata.se/" }, "OpenAI": { "ApiKey": "your-openai-key-here", "Model": "gpt-4" } }
Note: After changing the configuration, you need to restart the application for the changes to take effect.

Getting API Keys

Börsdata - Sign up for an account to get an API key

OpenAI - Create an API key in the OpenAI dashboard