Tags: AIDotNet/Thor
Toggle v0.5.3's commit message
Merge pull request #62 from AIDotNet/feature/i18n
添加国际化支持,集成i18next库,新增语言切换器组件,更新多个页面以支持多语言显示。更新package.json以包含相关依赖,并在应…
Toggle v0.5.2's commit message
Refactor ChatCompletionsAsync method to accept request parameter dire…
…ctly and improve error logging with detailed request information.
Toggle v0.5.1's commit message
优化Desktop组件,移除未使用的useState导入
Toggle v0.5's commit message
Toggle v0.4.0's commit message
升级基础镜像版本并添加容器调试支持
更新了基础镜像版本,从 `mcr.microsoft.com/dotnet/aspnet:8.0` 升级到 `mcr.microsoft.com/dotnet/aspnet:9.0`。
在 Dockerfile 中添加了中文注释,解释了各个阶段的用途。
将 `EXPOSE` 端口从 `8081` 移除。
在 `build` 阶段中,更新了 .NET SDK 版本,从 `mcr.microsoft.com/dotnet/sdk:8.0` 升级到 `mcr.microsoft.com/dotnet/sdk:9.0`。
调整了项目文件的复制顺序,重新添加了一些项目文件的复制命令。
更新了 `dotnet restore` 和 `dotnet build` 命令的路径。
在 `launchSettings.json` 中添加了新的启动配置 `Container (.NET SDK)`,用于容器调试。
在 `Thor.Service.csproj` 中添加了 `RuntimeIdentifiers`、`EnableSdkContainerDebugging` 和 `ContainerBaseImage` 属性,以支持容器调试。
移除了 `Thor.Service.csproj` 中的 `.dockerignore` 文件的内容项。
Toggle v0.3.0's commit message
Toggle v0.2.3's commit message
Merge pull request #36 from AIDotNet/feature/realtime
Feature/realtime
Toggle v0.2.2's commit message
Toggle v0.2.1's commit message
Merge pull request #25 from AIDotNet/feature/embedding_format
- 支持根据请求的向量类型自动帮忙转换返回的嵌入模型的类型
Toggle v0.2.0's commit message
You can’t perform that action at this time.