Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ctemp48 committed Aug 8, 2024
1 parent 5b9de3d commit eb49bfe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,27 +94,27 @@ <h2 class="section__title">Projects</h2>

<div class="projects__grid">
<div class="project">
<h3>Project 1</h3>
<h3>About Me Chatbot</h3>
<p class="project__description">
Ipsum accusamus ea excepturi aliquid eligendi amet. Explicabo
sapiente debitis labore sed ipsam Mollitia repellat illum quod
unde beatae Quis
Used GPT-3.5 Turbo, LangChain and Streamlit to develop a chat bot
which responds to common questions about myself. Incorporated Retrieval Augmented
Generation to provide the LLM with the necessary data to answer questions.
</p>
<ul class="project__stack">
<li class="project__stack-item">SASS</li>
<li class="project__stack-item">TypeScript</li>
<li class="project__stack-item">React</li>
<li class="project__stack-item">Chroma</li>
<li class="project__stack-item">LangChain</li>
<li class="project__stack-item">Streamlit</li>
</ul>

<a
href="https://github.com"
href="https://github.com/ctemp48/bioChatBot"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://example.com"
href="https://ctemp48-biochatbot-streamlitui-79wvue.streamlit.app/"
aria-label="live preview"
class="link link--icon"
>
Expand Down

0 comments on commit eb49bfe

Please sign in to comment.