Skip to content

Commit

Permalink
google-genai,groq[patch]: update lc namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Sep 19, 2024
1 parent fcb61ee commit 8ce8fa6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion langchain-core/src/load/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {
emport {
Serializable,
SerializedConstructor,
SerializedNotImplemented,
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-google-genai/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ export class ChatGoogleGenerativeAI
};
}

lc_namespace = ["langchain", "chat_models", "google_genai"];
lc_namespace = ["langchain_google_genai", "chat_models"];

get lc_aliases() {
return {
Expand Down
2 changes: 1 addition & 1 deletion libs/langchain-groq/src/chat_models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ export class ChatGroq extends BaseChatModel<
ChatGroqCallOptions,
AIMessageChunk
> {
lc_namespace = ["langchain", "chat_models", "groq"];
lc_namespace = ["langchain_groq", "chat_models"];

client: Groq;

Expand Down

0 comments on commit 8ce8fa6

Please sign in to comment.