Skip to content

Instantly share code, notes, and snippets.

View scenaristeur's full-sized avatar
🤪
https://scenaristeur.github.io

David scenaristeur

🤪
https://scenaristeur.github.io
View GitHub Profile
1. # create new .py file with code found below
2. # install ollama
3. # install model you want “ollama run mistral”
4. conda create -n autogen python=3.11
5. conda activate autogen
6. which python
7. python -m pip install pyautogen
7. ollama run mistral
8. ollama run codellama
9. # open new terminal
<p>Sample text here...</p>
<p>And another line of sample text here...</p>
<script src="./vendor/shex-core-browserify.min.js"></script>
<script src="./vendor/shex-loader-browserify.min.js"></script>
<script src="./vendor/shex-parser-browserify.min.js"></script>
@scenaristeur
scenaristeur / login-element.js
Created February 14, 2020 08:44
Shighl login-element , use of shighl api to connect to a Solid POD
test
@scenaristeur
scenaristeur / index.html
Created May 22, 2016 17:02 — forked from anonymous/index.html
Calcul prestation avant / après séparation // source http://jsbin.com/vaginu
<!DOCTYPE html>
<!-- SMAG0 http://rdf-smag0.rhcloud.com/smag.html -->
<html lang="fr">
<head>
<meta charset="utf-8">
<title>Calcul prestation avant / après séparation</title>
<script type="text/javascript" charset="UTF-8" src="ui.js"></script>
<script type="text/javascript" charset="UTF-8" src="calculs.js"></script>
<script type="text/javascript" charset="UTF-8" src="of.js"></script>
@scenaristeur
scenaristeur / index.html
Created April 20, 2016 06:54 — forked from kylemcdonald/index.html
Google Cloud Vision API testing from Frontend
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>vision-test</title>
<script src="libraries/p5.js" type="text/javascript"></script>
<script src="libraries/p5.dom.js" type="text/javascript"></script>
<script src="libraries/p5.sound.js" type="text/javascript"></script>