Skip to content

Commit

Permalink
Adding new chat model adapters: LM Studio and Groq for improved chat …
Browse files Browse the repository at this point in the history
…model support.
  • Loading branch information
Brian Joseph Petro committed Dec 19, 2024
1 parent b14f26b commit b5ed504
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/smart_env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ import {
SmartChatModelOpenRouterAdapter,
SmartChatModelCustomAdapter,
SmartChatModelOllamaAdapter,
SmartChatModelLmStudioAdapter,
SmartChatModelGroqAdapter,
} from "smart-chat-model/adapters.js";
import { SmartHttpRequest, SmartHttpObsidianRequestAdapter } from "smart-http-request";
import { requestUrl } from "obsidian";
Expand Down Expand Up @@ -110,6 +112,8 @@ export const smart_env_config = {
open_router: SmartChatModelOpenRouterAdapter,
custom: SmartChatModelCustomAdapter,
ollama: SmartChatModelOllamaAdapter,
lm_studio: SmartChatModelLmStudioAdapter,
groq: SmartChatModelGroqAdapter,
},
http_adapter: new SmartHttpRequest({
adapter: SmartHttpObsidianRequestAdapter,
Expand Down

0 comments on commit b5ed504

Please sign in to comment.