2024-03-13
RuntimeError: Your system has an unsupported version of sqlite3. Chrom
RuntimeError:Yoursystemhasanunsupportedversionofsqlite3.Chromarequiressqlite3>=3.35.0.
Python 111
2024-03-13
autogen function calling
<br>在使用autogen框架作为ai服务扩展时,有functioncall的处理,它是怎么做的?
AI 135
2024-03-12
如何本地运行AI 模型
GPT一直很火,尤其以openai为代表的GPT-4,但国内无法访问国外的OpenAi等GPT服务,那么我们怎么再本地部署一个GPT服务,我们自己运行呢。下面介绍一下,我们本地部署GPT,再windo
AI 288
2024-03-12
[unixODBC][Driver Manager]Can't open lib 'ODBC Driver 1X for SQL Serv
mac,linux,ubuntu,连接,mssqlserver,数据库,微软,驱动
数据库 106
2024-03-12
mac python 连接ms sql server
在windowpython,连接mssqlserver2008很容易,在macos下,经过了几次努力才成功,把过程记录下来
Python 206
2024-03-12
ollama使用教程
ollama是一款本地部署aillm的开源软件,支持多种llm配置,下面介绍一下ollama的安装配置。
AI 198
2024-03-10
windows WSL 更改存储路径
在windows就可以使用wsl(ubuntu系统)了,但默认所在的是C盘,我们平时C盘很紧张,那更改一下windowswsl的存储目录。步骤如下:
Linux 272
2024-03-10
Error code: Wsl/Service/CreateInstance/CreateVm/MountVhd/HCS/ERROR_FIL
在使用windowswsl时,休眠后系统出现了错误,导致wsl磁盘无法找到源文件了。错误如下:
Linux 190
2024-03-10
SQL server2008R2 msigetproductinfo无法检索错误代码1608
在安装sqlserver2008R2失败后重写卸载安装sqlserver2008R2出现SQLserver2008R2msigetproductinfo无法检索错误代码1608
数据库 123
2024-03-09
wsl ubuntu 切换默认登录用户
ubuntu2004config--default-user用户名称
Linux 95
2024-03-06
设置mysql创建数据库默认编码字符集
设置mysql创建数据库默认编码字符集可以通过sql语句创建或者通过my.conf配置。
数据库 191
2024-03-04
ModuleNotFoundError: No module named 'readline'
ModuleNotFoundError:Nomodulenamed'readline'
Python 91
2024-03-04
ModuleNotFoundError: No module named '_ctypes'
ModuleNotFoundError:Nomodulenamed'_ctypes'
Python 90
2024-03-04
ubuntu多版本python环境/虚拟环境共存
ubunt多版本python并存,虚拟环境并存,可以分为3个部分,我们逐步说一说ubuntupython多版本/虚拟环境并存
Linux 125
2024-02-26
Azure openai.error.InvalidRequestError: The completion operation does
在使用MicrosoftAzureopenai服务时通过python,通过Api接口进行openai的请求接口文档https://learn.microsoft.com/zh-cn/azure/ai-
Python 111