Inteligência Artificial

De BrapciWiki
Ir para navegação Ir para pesquisar

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