feat: add DeepSeek and NVIDIA NIM providers
- Add deepseek and nvidia entries to gateway-provider config - Add DEEPSEEK_API_KEY and NVIDIA_API_KEY to .env.example - Add deepseek and nvidia to doctor's LLM provider check - Fix remaining harness-log → log-message reference
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
(load (merge-pathnames "quicklisp/setup.lisp" (user-homedir-pathname)))
|
||||
|
||||
(let ((oc-dir (or (uiop:getenv "OC_DATA_DIR")
|
||||
(let ((oc-dir (or (uiop:getenv "PASSEPARTOUT_DATA_DIR")
|
||||
(namestring (truename "./")))))
|
||||
(push (uiop:ensure-directory-pathname oc-dir) asdf:*central-registry*)
|
||||
(setf (uiop:getenv "OC_DATA_DIR") oc-dir))
|
||||
(setf (uiop:getenv "PASSEPARTOUT_DATA_DIR") oc-dir))
|
||||
|
||||
(ql:quickload '(:fiveam :opencortex :opencortex/tui :opencortex/tests) :silent t)
|
||||
(ql:quickload '(:fiveam :passepartout :passepartout/tui :passepartout/tests) :silent t)
|
||||
|
||||
(format t "~%=== Initializing Skills BEFORE running tests ===~%")
|
||||
(opencortex:initialize-all-skills)
|
||||
|
||||
Reference in New Issue
Block a user