fix: base_url port

feat: add types for reasoning_content and _metadata

fix: key format incompatibility
This commit is contained in:
Alpha Nerd 2026-04-01 13:38:45 +02:00
parent c7601b2270
commit 76703e2e3e
5 changed files with 54 additions and 7 deletions

View file

@ -13,7 +13,7 @@ export class SecureChatCompletion {
constructor(config: ChatCompletionConfig = {}) {
const {
baseUrl = 'https://api.nomyo.ai:12434',
baseUrl = 'https://api.nomyo.ai:12435',
allowHttp = false,
apiKey,
secureMemory = true,