flowx

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2024 License: MIT Imports: 1 Imported by: 0

README

flowx

Build Status codecov Go Report Card License Tag

Introduction

flowx is the ai framework of ai-flowx written in Go.

Prerequisites

  • Go >= 1.22.0

Build

version=latest make build

Usage

Usage:
  flowx [flags]

Flags:
  -c, --config-file string   config file
  -h, --help                 help for flowx
  -u, --listen-addr string   listen address (default "127.0.0.1:8080")
  -v, --version              version for flowx

Settings

flowx parameters can be set in the directory config.

An example of configuration in config.yml:

cache:
  provider: cachex
  api: http://127.0.0.1:8081
  token: token
gpt:
  provider: openai
  api: https://openai.com/api
  token: token
store:
  provider: ragx
  api: http://127.0.0.1:8082
  token: token

Architecture

arch

License

Project License can be found here.

Reference

Framework
Protocol
Store

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL