From c315209a67cdfc0be799abb18f1ec71e3da5621f Mon Sep 17 00:00:00 2001 From: Ashley Huo Date: Wed, 12 Jun 2024 21:33:05 -0400 Subject: [PATCH] update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 67e53f2..1bdae64 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,17 @@ to upload a PDF and ask questions based on the extracted text using AI services. ## Features -- Upload a PDF file and extract its text content.\ -- Choose between OpenAI and Cohere AI for generating responses.\ +- Upload a PDF file and extract its text content. +- Choose between OpenAI and Cohere AI for generating responses. - Ask questions based on the extracted text and receive answers formatted in GitHub-flavored markdown. Note: You will need to enter your own API key to use the corresponding feature. You can generate the OpenAI API key from OpenAI's platform -and the Cohere API key from Cohere's dashboard. \ No newline at end of file +and the Cohere API key from Cohere's dashboard. + +### Acknowledgements +- OpenAI for providing the GPT-3.5 API. +- Cohere for providing the Cohere AI API. +- Mantine for the UI components. \ No newline at end of file