Skip to content

Commit

Permalink
Update blog (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharun571 authored Oct 19, 2024
1 parent 98d49df commit b1b9aa4
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ excerpt: "Integrate a Large Language Model with the xeus-cpp Jupyter kernel, par
sitemap: false
author: Tharun Anandh
permalink: blogs/gsoc24_tharun_anandh_final_blog/
banner_image: /images/blog/gsoc-banner.png
date: 2024-10-17
tags: gsoc xeus xeus-cpp cpp llm
---
Expand All @@ -25,7 +26,7 @@ Xeus-cpp is a Jupyter kernel for C++ built on the native Jupyter protocol, enabl

### Implementation

![Codeflow](./images/blog/codeflow.png)
![Codeflow](/images/blog/codeflow.png)

I created a magic function called XAssist that connects to a specific LLM based on the user's preference. It utilizes utility functions and the cURL library to connect with the LLM and retrieve the respective response. The user saves the API keys for OpenAI and Gemini, sets the URL for Ollama, saves a particular model, and then uses the LLM.

Expand Down Expand Up @@ -100,7 +101,7 @@ I created a magic function called XAssist that connects to a specific LLM based

Here is an example that demonstrates how one can use XAssist.

![Gemini](./images/blog/gemini.png)
![Gemini](/images/blog/gemini.png)

---

Expand Down

0 comments on commit b1b9aa4

Please sign in to comment.