Mudanças entre as edições de "Inteligência Artificial"

De BrapciWiki
Ir para navegação Ir para pesquisar
(Criou página com '=Ollama= Download https://www.ollama.com/ * ollama run phi3 * ollama run llam3')
 
 
(6 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 2: Linha 2:
 
Download https://www.ollama.com/
 
Download https://www.ollama.com/
  
 +
==Treinamento==
 +
===Anything LLM===
 +
https://useanything.com/
 +
==Windows==
 
* ollama run phi3
 
* ollama run phi3
* ollama run llam3
+
* ollama run llama3
 +
 
 +
==Linux==
 +
curl -fsSL https://ollama.com/install.sh | sh
 +
 
 +
Rodando o Modelo Llama3
 +
ollama run llama3
 +
 
 +
===Consulta CURL===
 +
curl -X POST http://localhost:11434/api/generate -d '{
 +
  "model": "llama3",
 +
  "prompt":"Why is the sky blue?"
 +
}'
 +
 
 +
=Python=
 +
https://www.youtube.com/watch?v=4Y7v_FcXT7k
 +
 
 +
= UI =
 +
=Interface como do CHATGTP=
 +
https://github.com/open-webui/open-webui

Edição atual tal como às 12h05min de 23 de junho de 2024

Ollama

Download https://www.ollama.com/

Treinamento

===Anything LLM===
https://useanything.com/

Windows

  • ollama run phi3
  • ollama run llama3

Linux

curl -fsSL https://ollama.com/install.sh | sh

Rodando o Modelo Llama3

ollama run llama3

Consulta CURL

curl -X POST http://localhost:11434/api/generate -d '{
 "model": "llama3",
 "prompt":"Why is the sky blue?"
}'

Python

https://www.youtube.com/watch?v=4Y7v_FcXT7k

UI

Interface como do CHATGTP

https://github.com/open-webui/open-webui