Skip to content

Commit

Permalink
chore: update more langchain dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Patai5 committed May 1, 2024
1 parent 21b9229 commit b1e0dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/models/model.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { PromptTemplate } from '@langchain/core/prompts';
import { LLMChain } from 'langchain/chains';
import { PromptTemplate } from 'langchain/prompts';
import { LLMResult } from 'langchain/schema';
import { Runnable } from 'langchain/schema/runnable';

Expand Down

0 comments on commit b1e0dca

Please sign in to comment.