Open PhDLeToanThang opened 2 months ago
In terminal does python 3.11: ollama run llama3.1
ref: https://github.com/ollama/ollama
In python 3.11: import ollama response = ollama.chat(model='llama3.1', messages=[ { 'role': 'user', 'content': 'Why is the sky blue?', }, ]) print(response['message']['content'])
Cách nâng version ollaMA 3.1 đơn giản bằng lệnh của python3.11
cd c:\python311 c:\python311\ollama pull llama3.1
Cập nhật sử dụng ollaMA3.1 từ Opeb-webUI:
Bươc 4. Tải mã OLLAMA
Bước 5: Cài đặt OLLAMA