受欢迎的博客标签
RSS

博客文章标记 'AI'

How LLM works(Ollama)?c# .Net
安装 Ollama的安装方式常用的有两种,一种是去官网下载,另一种是去GitHub下载,可以选择对应的系统版本进行下载 官网首页直接下载 https://ollama.com/Github Relase下载 https://github
How LLM works(LLamaSharp)?c# .Net
  namespace appLLama { internal class Program { static void Main<span class="token punctuat
使用ML.Net Developing an ML model to integrate into HA
Developing an ML model to integrate into HA. 使用ML.Net Developing an ML model to integrate into HA
AI and Home assistant
我们使用自然语言跟大模型交流,大模型选择一个合适工具函数,把函数名称还有参数返回给我,再使用Python具体执行这个函数,这个就是大模型Function Call的一个实现思路。 你是一个智能家居AI,你的根据用户输入返回对函数,必须从函
How LLM works?
Consider a user asking, “What is the temperature in Miami?” The LLM processes the question and identifies a
ChatGPT Series:Account
ChatGPT https://openai.com/
Part 3 - ML.NET taxi-fare-train
        https://github.com/iaspnetcore/ML.Net/tree/master/src/FisrtML.netConsoleApp https://git
Part 1 - 使用ML.Net接入Computer Vision AI模型!
https://www.cnblogs.com/Big-Head/p/17429185.html
Part 2- ML.NET
ML.NET for Beginners