安装xbrain问题

安装gevent依赖报错,缺少C++

9db338e0961606484727fb02ae17a0b.png

按照提示到下面地址下载tools:

https://visualstudio.microsoft.com/visual-cpp-build-tools/

下载完成安装这两个:

fc66659828e662daf61d58235cef024.png

使用xbrain问题

xbrain relies on the OpenAI API

第一次运行需要配置大模型,你会遇到这样的提示信息:

xbrain relies on the OpenAI API, please configure the OpenAI-related information in the configuration file! Configuration file path:
C:\\Users\\yuruo\\.xbrain.yaml

打开 C:\\Users\\你的用户名\\.xbrain.yaml 文件,在文件中配置大模型的相关信息,需要配置key、base_url。PS:如果你没有这两个信息,可以在OpenAI-Next中注册一个账号,具体操作如下:

openai:
  api_key: ''
  base_url: <https://api.openai.com/v1>
  model: gpt-4o-2024-08-06

API中转是什么?

API中转主要解决了国内无法访问外网大模型API的问题,此外还将大模型all in,只需一个接口就能享用所有大模型。

image.png

只需要两个操作步骤,就能在xbrain中使用API中转。

步骤一:注册API

  1. 打开API中转,注册一个账号;
  2. 进入账户—>余额冲值,按需进行充值;