|
|
@@ -698,10 +698,12 @@
|
|
|
(ellama-providers
|
|
|
(list
|
|
|
'("oca/grok4" . (make-oca-provider "oca/grok4"))
|
|
|
+ '("oca/grok4-fast-reasoning" . (make-oca-provider "oca/grok4-fast-reasoning"))
|
|
|
'("oca/grok-code-fast-1" . (make-oca-provider "oca/grok-code-fast-1"))
|
|
|
'("oca/grok3" . (make-oca-provider "oca/grok3"))
|
|
|
'("oca/gpt-4.1" . (make-oca-provider "oca/gpt-4.1"))
|
|
|
'("oca/gpt5" . (make-oca-provider "oca/gpt5"))
|
|
|
+ '("oca/gpt-oss-120b" . (make-oca-provider "oca/gpt-oss-120b"))
|
|
|
'("oca/openai-o3" . (make-oca-provider "oca/openai-o3"))
|
|
|
'("oca/llama4" . (make-oca-provider "oca/llama4"))))
|
|
|
:config
|
|
|
@@ -730,14 +732,16 @@
|
|
|
)
|
|
|
|
|
|
(use-package aidermacs
|
|
|
- :ensure-system-package (ocaider . "uv tool install --force --python python3.12 --with pip ./oracle/ocaider_chat-0.1.3-py3-none-any.whl")
|
|
|
+ :ensure-system-package (ocaider . "uv tool install --force --python python3.12 --with pip ./oracle/ocaider_chat-0.1.4-py3-none-any.whl")
|
|
|
:straight t
|
|
|
:bind ("C-c d" . aidermacs-transient-menu)
|
|
|
:custom
|
|
|
; See the Configuration section below
|
|
|
(aidermacs-program "ocaider")
|
|
|
(aidermacs-default-chat-mode 'architect)
|
|
|
- (aidermacs-default-model "oca/gpt5"))
|
|
|
+ (aidermacs-default-model "oca/gpt4.1")
|
|
|
+ (aidermacs-architect-model "oca/grok4-fast-reasoning")
|
|
|
+ (aidermacs-editor-model "oca/grok-code-fast-1"))
|
|
|
|
|
|
;; setup org
|
|
|
(use-package org
|