Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Merge the chat and transactions page api implementation #184

Closed
wants to merge 24 commits into from

Conversation

Verifieddanny
Copy link
Contributor

πŸš€ Pull Request Description

Merge the chat and transactions page api implementation

πŸ”— Linked Issues

Fixes #98

πŸ“Έ Screenshots

Screenshot from 2025-02-27 20-56-58

βœ… PR Checklist

  • I have tested these changes locally
  • Relevant documentation is updated
  • My code follows the repository's coding guidelines
  • I have added/updated tests that prove my fix/feature
  • No breaking changes introduced
  • Code is well-commented and readable

Copy link

vercel bot commented Feb 27, 2025

@Verifieddanny is attempting to deploy a commit to the poulavbhowmick03's projects Team on Vercel.

A member of the Team first needs to authorize it.

@@ -136,7 +136,7 @@ export default function ChatPage() {
stream: true
};

const response = await fetch("/api/ask", {
const response = await fetch("/api/transactions", {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
const response = await fetch("/api/transactions", {
const response = await fetch("/api/ask", {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] : Merge the chat and transactions page
2 participants