분류 전체보기84 tailwind 적용안될때 tailwind.css 파일 생성@tailwind base;@tailwind components;@tailwind utilities; 해당 파일 위치 importapp/layout.tax 에 import "@/styles/tailwind.css"; 2024. 6. 26. Ollama 설치하고 ui 설정 Open WebUI 설치github 위치: 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 readme 파일의 도커 실행 명령을 진행합니다. docker run -d -p 3000:8080 --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart al.. 2024. 6. 26. LANGCHAIN 관련 모델 : gemma:latest모델 : llama3:latest 결과값llama3:latest 질문을 바꾸어서 해보았음 2024. 6. 26. LangChain 지원모델 ollama는 공식적으로는 지원하지 않는다. 아래 이미지 경로 : https://python.langchain.com/v0.2/docs/integrations/chat/ollama_functions/ 현재 experimental 버전으로 진행중 2024. 6. 26. 이전 1 ··· 17 18 19 20 21 다음