You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/projects/Breadboard/Phase 2/LM Studio.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ tags:
6
6
- lm_studio
7
7
- local_ai
8
8
created: 2024-05-31T19:25:49
9
-
modified: 2024-06-13T13:15:18
9
+
modified: 2024-06-13T16:01:42
10
10
---
11
11
12
-
<iframewidth="100%"height="400"src="https://www.youtube.com/embed/0qr_Tk39zWg?rel=0"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
13
-
14
12
## Introduction
15
13
16
14
Here we demonstrates the integration of a local language model with a Breadboard using the LM Studio software. Below, we will guide you through the process and explain the functionality of each input parameter.
17
15
16
+
<iframewidth="100%"height="400"src="https://www.youtube.com/embed/0qr_Tk39zWg?rel=0"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
17
+
18
18
## Objective
19
19
20
20
The goal of this project is to showcase how easy it is to integrate a breadboard with a language model and to provide a step-by-step example using the LM Studio software.
@@ -100,5 +100,3 @@ To make a cake, you will need the following ingredients:
100
100
## Conclusion
101
101
102
102
This example illustrates the simplicity and potential of integrating breadboards with language models using LM Studio. By following the steps outlined above, you can create responsive and contextually aware applications.
103
-
104
-
We hope you found this guide useful. For further inquiries or advanced configurations, feel free to contact our support team.
Copy file name to clipboardExpand all lines: content/projects/Breadboard/Phase 2/Ollama.md
+34-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,40 @@ tags:
9
9
- local_llm
10
10
- ollama
11
11
created: 2024-05-31T19:23:54
12
-
modified: 2024-06-13T14:34:40
12
+
modified: 2024-06-13T16:01:22
13
13
---
14
14
15
+
This documentation provides an overview of how a well-designed breadboard can interact with multiple language models simultaneously.
16
+
17
+
## Introduction
18
+
19
+
In this demonstration, we showcase the capability of a breadboard to interface with different language models running locally. This setup is beneficial for developers as it allows for flexibility and ease of switching between models.
20
+
15
21
<iframewidth="100%"height="400"src="https://www.youtube.com/embed/lMur1gqobFg?rel=0"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"allowfullscreen></iframe>
22
+
23
+
## Setup Overview
24
+
25
+
We have three instances of the breadboard web editor, each configured to interact with a different language model:
26
+
27
+
1.**Instance 1**: Connected to the Lama three model.
28
+
2.**Instance 2**: Connected to the Minstrel model.
29
+
3.**Instance 3**: Connected to the Gamma model.
30
+
31
+
## Input Configuration
32
+
33
+
The input parameters for each instance are straightforward:
34
+
35
+
-**Model Input**: Specifies the language model to interact with.
36
+
-**Prompt**: The question or action to be performed by the language model.
37
+
38
+
## Running the Demonstration
39
+
40
+
Upon running the breadboard instances, each one interacts with its respective language model on the local machine. The responses from the models are then gathered for analysis.
41
+
42
+
## Results
43
+
44
+
The demonstration successfully shows that the same breadboard can be used to interact with multiple language models concurrently. This highlights the flexibility and power of the breadboard design, making it easier for developers to switch between models or adapt the boards for different models with minimal adjustments.
45
+
46
+
## Conclusion
47
+
48
+
This demonstration underscores the versatility of breadboards in managing multiple language models. With the ability to tweak and reuse boards, developers can streamline their workflows and enhance productivity.
0 commit comments