AI/Llama
-
ollama api 사용해 보기AI/Llama 2024. 9. 2. 10:16
offical docshttps://github.com/ollama/ollama/blob/main/docs/api.md ollama/docs/api.md at main · ollama/ollamaGet up and running with Llama 3.1, Mistral, Gemma 2, and other large language models. - ollama/ollamagithub.com running modelhttp://localhost:11434/api/ps List local modelshttp://localhost:11434/api/tags post /api/showcurl http://localhost:11434/api/show -d '{"name": "llama3.1"}' /api/ge..
-
Llama 3.1 사용해 보기AI/Llama 2024. 9. 1. 11:55
Ollama & open-webui 한번에 설치ollama 와 open-webui 를 따로 따로 띄웠더니, network 을 서로 못 찾는 듯 했다.그래서 open-webui git repo 를 clone 받아 intellij 로 띄웠다 https://github.com/open-webui/open-webui GitHub - open-webui/open-webui: User-friendly WebUI for LLMs (Formerly Ollama WebUI)User-friendly WebUI for LLMs (Formerly Ollama WebUI) - open-webui/open-webuigithub.com intellij 의 docker 기능을 사용한다그 전에 chrome browser 에서도 사용..