Sign inSign up

tabortoa/goai

By tabortoa

•Updated about 1 year ago

GoAI is a versatile AI text processing service that offers both standard HTTP API and CLI.

Image
Web servers
0

1.8K

tabortoa/goai repository overview

GoAI is a versatile AI text processing service that provides both standard HTTP API and feature-rich command-line (CLI) interaction modes through a single codebase. The project core is built on the Go language and LangChainGo framework, supporting dynamic switching between multiple large language models (LLMs), and enabling one-click containerized deployment via Docker.

GoAI 是一个多功能的AI文本处理服务,通过单一代码库同时提供标准的HTTP API和功能丰富的命令行(CLI)两种交互模式。项目核心基于 Go 语言和 LangChainGo 框架,支持动态切换多种大型语言模型(LLM),并通过 Docker 实现一键式容器化部署。

docker-compose:

services:
  goai:
    image: tabortoa/goai:latest
    container_name: goai
    restart: always
    ports:
      - "1388:8080"
    command: ["server"]
    volumes:
      - ./config.json:/root/config.json

config.json.example⁠

See details:Github tabortao/GoAI⁠

Tag summary

Content type

Image

Digest

sha256:4524f3b63…

Size

11.5 MB

Last updated

about 1 year ago

docker pull tabortoa/goai