Commit Graph

22 Commits (4f67e0cf4348d7160497f95e47a9c033aad7c90c)

Author SHA1 Message Date
colin-openai a7d892265e Added tiktoken to requirements file and updated README to include chatbot-kickstarter 1 year ago
Alexander Khapaev ee9b6268d4 Updated the get_domain_hyperlinks function to include handling of tel: links in addition to mailto: links, to exclude them from the clean links list. 2 years ago
isafulf b637c93e74 Update answer_question.py 2 years ago
isafulf 59e10cec11 Update FileQandAArea.tsx 2 years ago
isafulf 1af8aab27d use ChatGPT API in flask app 2 years ago
isafulf fb7a87a8a5 address https://github.com/openai/openai-cookbook/issues/248 2 years ago
isafulf c7384cc353 use ChatGPT API in nextjs example 2 years ago
isafulf 75cc4483d7 address https://github.com/openai/openai-cookbook/issues/159 2 years ago
isafulf 013a52a80d increase OpenAI NodeJS client version 2 years ago
fabiofranco85 5a80ef2571
Improve regex 2 years ago
colin-openai 8a5b4957a3
Merge pull request #206 from openai/getting_started_qanda_chatbot
Chatbot starter app used in conference
2 years ago
William Buck ca9b9d485d
remove duplicate import of `distances_from_embeddings` 2 years ago
Ted Sanders 8f06acdd82
Merge pull request #146 from hunkim/patch-1
Add handling for last chunk in split_into_sentences function
2 years ago
isafulf fc08b09422 Update start 2 years ago
colin-openai 771f108f77 Initial commit of simple app demonstrating chatbot starting point in notebook and Streamlit 2 years ago
JJ 196c22153e
Changed "the the endpoint" to "to the endpoint"
Line 14 -> I think it should be "call made to the endpoint" instead of "call made the the endpoint"
2 years ago
Sung Kim 3210b38e35
Add handling for last chunk in split_into_sentences function
I have added handling for the last chunk in the split_into_sentences function. Previously, the function did not account for the last chunk, which could lead to incomplete sentences in the output.

To solve this, I added a conditional statement to check if the last chunk is non-empty. If it is, I append it to the list of chunks with a period to ensure the last sentence is complete.

This change improves the accuracy of the split_into_sentences function and ensures that all sentences in the input text are properly segmented. Please review and let me know if you have any feedback or concerns.
2 years ago
Logan Kilpatrick 3826607431
Add comment on where to learn about rate limits 2 years ago
Daniel Zhukovsky be9877edbf
Redefinition of unused 'pd' 2 years ago
isafulf daf8e0d011 rename web crawl q and a 2 years ago
isafulf e99e53aa1a File Q and A app 2 years ago
isafulf dad1c6af76 solution --> apps 2 years ago