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

De BrapciWiki
Ir para navegação Ir para pesquisar
 
Linha 23: Linha 23:
 
=Python=
 
=Python=
 
  https://www.youtube.com/watch?v=4Y7v_FcXT7k
 
  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