Jan: Local Engines #3569
Replies: 7 comments 4 replies
-
hi @dan-homebrew , about how do we handle Local Engines in v0.5.3:
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Quick question: do we have any |
Beta Was this translation helpful? Give feedback.
-
@marknguyen1302 @louis-jan From a product perspective, I might request that we avoid "automatically" initializing engines for v0.6.0: Scenario: If user runs a model that requires an engine that has not been initialized
From my POV, this allows for simpler error handling and recovery, which is important at this stage of the repo (and also for Jan integration) We can always implement this later on, when the codebase is more stable. Wdyt? |
Beta Was this translation helpful? Give feedback.
-
do we have any NonOAIEngines? yes, we have, |
Beta Was this translation helpful? Give feedback.
-
@marknguyen1302 Ah, I meant: do we have any Engines that are non-OpenAI compatible? |
Beta Was this translation helpful? Give feedback.
-
for the local model, I think all engines are compatible with the openAI, but for the remote model there are some engines that are non-OpenAI compatible, for example anthropic engine |
Beta Was this translation helpful? Give feedback.
-
Overview
inference-cortex-extension
)cortex.cpp
's API - e.g. dependency installation, etcGoals
cortex.cpp
)Resources
v0.5.3
v0.6.0
inference-cortex-extension
Beta Was this translation helpful? Give feedback.
All reactions