Skip to content

Commit

Permalink
fix: removed invalid export
Browse files Browse the repository at this point in the history
  • Loading branch information
Verifieddanny authored and PoulavBhowmick03 committed Mar 2, 2025
1 parent 76ac3d4 commit 64e91b9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/app/api/transactions/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ import { TxType } from "@prisma/client";
import { UserPreferences, InvestmentRecommendation, Pool } from "./types";
import { BRIAN_API_KEY, BRIAN_API_URL, BRIAN_DEFAULT_RESPONSE, createOrGetChat, fetchTokenData, fetchYieldData, getOrCreateUser, OPENAI_API_KEY, storeMessage } from "./helper";
import axios from "axios";
import { ChatType } from "@prisma/client";


export const YIELD_API_URL = "https://yields.llama.fi/pools";
export const TOKEN_API_URL = "https://starknet.api.avnu.fi/v1/starknet/tokens";

// Initialize OpenAI models
const agent = new ChatOpenAI({
Expand Down

1 comment on commit 64e91b9

@vercel
Copy link

@vercel vercel bot commented on 64e91b9 Mar 2, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.