mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-16 16:00:58 +00:00
WIP: Rename model-config.ts to models-json.ts
- loadCustomModels now takes file path instead of agentDir
This commit is contained in:
parent
0ae23f19fe
commit
1c31d91c83
10 changed files with 18 additions and 19 deletions
|
|
@ -73,7 +73,7 @@ export {
|
|||
} from "./core/hooks/index.js";
|
||||
export { messageTransformer } from "./core/messages.js";
|
||||
// Model configuration and OAuth
|
||||
export { findModel, getApiKeyForModel, getAvailableModels } from "./core/model-config.js";
|
||||
export { findModel, getApiKeyForModel, getAvailableModels } from "./core/models-json.js";
|
||||
export {
|
||||
getOAuthProviders,
|
||||
login,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue