Sfoglia il codice sorgente

首次提交,记录有包括本地部署大模型与下阶段AI agent必要资源

zii 1 settimana fa
commit
337532cd94
3 ha cambiato i file con 10998 aggiunte e 0 eliminazioni
  1. 5 0
      .gitignore
  2. 15 0
      AI相关.md
  3. 10978 0
      ResponseOpenAI_API.md

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+.idea
+llama.cpp/
+target
+shimmy.exe
+log.txt

+ 15 - 0
AI相关.md

@@ -0,0 +1,15 @@
+# 学习
+
+## 运行中方案
+
+> openclaw + ollama::qwen3.5:2b=openai-completions
+
+## ollama
+
+[ollama](https://ollama.ai/)是一个开源的AI模型服务,用于本地运行AI模型。
+
+本次本地运行模型为 qwen3.5:2b ,并尝试将其集成到 [openclaw](http://localhost:18789) 中
+
+> ollama run qwen3.5:2b
+
+## [shimmy](https://github.com/Michael-A-Kuykendall/shimmy) 据说是ollama的替代

File diff suppressed because it is too large
+ 10978 - 0
ResponseOpenAI_API.md


Some files were not shown because too many files changed in this diff