Skip to content

Commit d708f93

Browse files
committed
vault backup: 2024-06-13T16:01:47
Affected files: content/projects/Breadboard/Phase 2/LM Studio.md content/projects/Breadboard/Phase 2/Ollama.md
1 parent 97d7808 commit d708f93

File tree

2 files changed

+37
-6
lines changed

2 files changed

+37
-6
lines changed

content/projects/Breadboard/Phase 2/LM Studio.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ tags:
66
- lm_studio
77
- local_ai
88
created: 2024-05-31T19:25:49
9-
modified: 2024-06-13T13:15:18
9+
modified: 2024-06-13T16:01:42
1010
---
1111

12-
<iframe width="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-
1412
## Introduction
1513

1614
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.
1715

16+
<iframe width="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+
1818
## Objective
1919

2020
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:
100100
## Conclusion
101101

102102
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.

content/projects/Breadboard/Phase 2/Ollama.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,40 @@ tags:
99
- local_llm
1010
- ollama
1111
created: 2024-05-31T19:23:54
12-
modified: 2024-06-13T14:34:40
12+
modified: 2024-06-13T16:01:22
1313
---
1414

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+
1521
<iframe width="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

Comments
 (0)