so basically i can just drop the key from the configuration and use it like so:
[ai.open_ai]
# api_key = "sk-proj-..."
model = "gpt-4-turbo"
base_url = "http://my-own-endpoint/"
and have some simple let's say FastAPI endpoint forwarding the requests with my key in them?
think that might work
ty