Skip to content

Commit

Permalink
add Cohere api
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashleyhx committed Jun 12, 2024
1 parent 08d4de0 commit 42912f7
Show file tree
Hide file tree
Showing 6 changed files with 2,891 additions and 153 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# React + Vite
# Clippit

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
This project is a React-based PDF parser application that allows users
to upload a PDF, extract text from it, and ask questions based on the
extracted text using AI services. Users can choose between OpenAI's
-3.5 and Cohere AI for generating answers.

Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
Loading

0 comments on commit 42912f7

Please sign in to comment.