Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Oct 27, 2024
1 parent 63c6284 commit 6eb3503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/src/chatbot/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ interface Props {
}

export const createGraph = (data: Props) => {
console.log("Creating graph with data", data.databaseUrl);
const checkpointer = PostgresSaver.fromConnString(data.databaseUrl);

const llmGpt4 = models.gpt4(data.openAIKey);
Expand Down

0 comments on commit 6eb3503

Please sign in to comment.