Skip to content

Commit b1b9aa4

Browse files
authored
Update blog (#261)
1 parent 98d49df commit b1b9aa4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_posts/2024-10-17-integrate-a-large-language-model-with-the-xeus-cpp-jupyter-kernel_final_blogpost.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ excerpt: "Integrate a Large Language Model with the xeus-cpp Jupyter kernel, par
55
sitemap: false
66
author: Tharun Anandh
77
permalink: blogs/gsoc24_tharun_anandh_final_blog/
8+
banner_image: /images/blog/gsoc-banner.png
89
date: 2024-10-17
910
tags: gsoc xeus xeus-cpp cpp llm
1011
---
@@ -25,7 +26,7 @@ Xeus-cpp is a Jupyter kernel for C++ built on the native Jupyter protocol, enabl
2526

2627
### Implementation
2728

28-
![Codeflow](./images/blog/codeflow.png)
29+
![Codeflow](/images/blog/codeflow.png)
2930

3031
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.
3132

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

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

103-
![Gemini](./images/blog/gemini.png)
104+
![Gemini](/images/blog/gemini.png)
104105

105106
---
106107

0 commit comments

Comments
 (0)