fix: base_url port
feat: add types for reasoning_content and _metadata fix: key format incompatibility
This commit is contained in:
parent
c7601b2270
commit
76703e2e3e
5 changed files with 54 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue