tdecae commited on
Commit
53e638d
1 Parent(s): cc4862b

Update multiple_docs/chatbot_exp.txt

Browse files
Files changed (1) hide show
  1. multiple_docs/chatbot_exp.txt +2 -2
multiple_docs/chatbot_exp.txt CHANGED
@@ -2,5 +2,5 @@ how was this chatbot built:
2
  it was built using python, langchain and gradio
3
 
4
  what i can do with langchain:
5
- as per this chatbot, I'm able to fine tune chatGPT to my own data and also make use of an embedding
6
- I also have some knowledge of how to implement Chain of Thought (CoT) and Tree of Thought (ToT)
 
2
  it was built using python, langchain and gradio
3
 
4
  what i can do with langchain:
5
+ as per this chatbot, I'm able to fine tune chatGPT to my own data and also make use of OpenAIEmbeddings.
6
+ I also have knowledge of how to implement Chain of Thought (CoT) and Tree of Thought (ToT)