aplpolaris / promptfx

Kotlin LLM Prompts and User Interface
Apache License 2.0
18 stars 1 forks source link

[bug] OpenAI API key check need not apply for compatible endpoints #205

Closed triathematician closed 5 months ago

triathematician commented 6 months ago

tri.ai.openai.OpenAiClient.checkApiKey(OpenAiClient.kt:72) triggers an UnsupportedOperationException

This is intended behavior of no API key is provided with OpenAI endpoint, but for other compatible endpoints this is undesirable.