Spaces:
Runtime error
Runtime error
File size: 893 Bytes
d498edb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: Chat With Pdf Using Gpt
emoji: π
colorFrom: yellow
colorTo: pink
sdk: streamlit
sdk_version: 1.31.1
app_file: app.py
pinned: false
---
![OpenAI GPT 3.5](/img/OpenAI_GPT3.5-Turbo.jpg)
# Chat wit pdf using OpenAI GPT 3.5 π’
#GPT3.5 | #OpenAIEmbeddings | #PDF | #Streamlit | #FAISS
Chat with pdf using [GPT 3.5 Turbo](https://platform.openai.com/docs/models/gpt-3-5-turbo)
- [GPT-3.5 Turbo](https://platform.openai.com/docs/models/gpt-3-5-turbo)
- [GPT-3.5 Turbo fine-tuning and API updates](https://openai.com/blog/gpt-3-5-turbo-fine-tuning-and-api-updates)
- [Streamlit Chat Message History](https://python.langchain.com/docs/integrations/memory/streamlit_chat_message_history)
- [FAISS](https://python.langchain.com/docs/integrations/vectorstores/faiss)
[Chat with PDF using OpenAI GPT 3.5 Turbo - Playground](https://huggingface.co/spaces/thivav/chat_with_pdf_using_gpt) |